Enum emerald_kernel_user_link::file::SeekWhence
source · #[repr(u8)]pub enum SeekWhence {
Start = 0,
Current = 1,
End = 2,
}
Variants§
Trait Implementations§
source§impl Clone for SeekWhence
impl Clone for SeekWhence
source§fn clone(&self) -> SeekWhence
fn clone(&self) -> SeekWhence
Returns a copy of the value. Read more
1.0.0 · 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 SeekWhence
impl Debug for SeekWhence
source§impl Hash for SeekWhence
impl Hash for SeekWhence
source§impl PartialEq for SeekWhence
impl PartialEq for SeekWhence
source§fn eq(&self, other: &SeekWhence) -> bool
fn eq(&self, other: &SeekWhence) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<u64> for SeekWhence
impl TryFrom<u64> for SeekWhence
impl Copy for SeekWhence
impl Eq for SeekWhence
impl StructuralEq for SeekWhence
impl StructuralPartialEq for SeekWhence
Auto Trait Implementations§
impl RefUnwindSafe for SeekWhence
impl Send for SeekWhence
impl Sync for SeekWhence
impl Unpin for SeekWhence
impl UnwindSafe for SeekWhence
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