#[repr(u32)]pub enum GSeekType {
G_SEEK_CUR = 0,
G_SEEK_SET = 1,
G_SEEK_END = 2,
}Variants§
Trait Implementations§
impl Copy for GSeekType
impl Eq for GSeekType
impl StructuralPartialEq for GSeekType
Auto Trait Implementations§
impl Freeze for GSeekType
impl RefUnwindSafe for GSeekType
impl Send for GSeekType
impl Sync for GSeekType
impl Unpin for GSeekType
impl UnwindSafe for GSeekType
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