#[repr(i32)]pub enum tagSTREAM_SEEK {
STREAM_SEEK_SET = 0,
STREAM_SEEK_CUR = 1,
STREAM_SEEK_END = 2,
}Variants§
Trait Implementations§
Source§impl Clone for tagSTREAM_SEEK
impl Clone for tagSTREAM_SEEK
Source§fn clone(&self) -> tagSTREAM_SEEK
fn clone(&self) -> tagSTREAM_SEEK
Returns a duplicate 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 tagSTREAM_SEEK
impl Debug for tagSTREAM_SEEK
Source§impl Hash for tagSTREAM_SEEK
impl Hash for tagSTREAM_SEEK
Source§impl PartialEq for tagSTREAM_SEEK
impl PartialEq for tagSTREAM_SEEK
impl Copy for tagSTREAM_SEEK
impl Eq for tagSTREAM_SEEK
impl StructuralPartialEq for tagSTREAM_SEEK
Auto Trait Implementations§
impl Freeze for tagSTREAM_SEEK
impl RefUnwindSafe for tagSTREAM_SEEK
impl Send for tagSTREAM_SEEK
impl Sync for tagSTREAM_SEEK
impl Unpin for tagSTREAM_SEEK
impl UnwindSafe for tagSTREAM_SEEK
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