#[non_exhaustive]pub enum SeekType {
Cur,
Set,
End,
}
Expand description
An enumeration specifying the base position for a g_io_channel_seek_position() operation.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
Source§impl Ord for SeekType
impl Ord for SeekType
Source§impl PartialOrd for SeekType
impl PartialOrd for SeekType
impl Copy for SeekType
impl Eq for SeekType
impl StructuralPartialEq for SeekType
Auto Trait Implementations§
impl Freeze for SeekType
impl RefUnwindSafe for SeekType
impl Send for SeekType
impl Sync for SeekType
impl Unpin for SeekType
impl UnwindSafe for SeekType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)