#[repr(i32)]pub enum VfsSeekPosition {
Start = 0,
Current = 1,
End = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for VfsSeekPosition
impl RefUnwindSafe for VfsSeekPosition
impl Send for VfsSeekPosition
impl Sync for VfsSeekPosition
impl Unpin for VfsSeekPosition
impl UnwindSafe for VfsSeekPosition
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