pub enum VfsSeekPosition {
Start,
Current,
End,
}Variants§
Trait Implementations§
Source§impl Clone for VfsSeekPosition
impl Clone for VfsSeekPosition
Source§fn clone(&self) -> VfsSeekPosition
fn clone(&self) -> VfsSeekPosition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VfsSeekPosition
impl Debug for VfsSeekPosition
Source§impl Hash for VfsSeekPosition
impl Hash for VfsSeekPosition
Source§impl PartialEq for VfsSeekPosition
impl PartialEq for VfsSeekPosition
Source§fn eq(&self, other: &VfsSeekPosition) -> bool
fn eq(&self, other: &VfsSeekPosition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VfsSeekPosition
impl Eq for VfsSeekPosition
impl StructuralPartialEq for VfsSeekPosition
Auto Trait Implementations§
impl Freeze for VfsSeekPosition
impl RefUnwindSafe for VfsSeekPosition
impl Send for VfsSeekPosition
impl Sync for VfsSeekPosition
impl Unpin for VfsSeekPosition
impl UnsafeUnpin 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