#[repr(transparent)]pub struct STREAM_SEEK(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for STREAM_SEEK
impl BitAnd for STREAM_SEEK
Source§type Output = STREAM_SEEK
type Output = STREAM_SEEK
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: STREAM_SEEK) -> STREAM_SEEK
fn bitand(self, rhs: STREAM_SEEK) -> STREAM_SEEK
Performs the
& operation. Read moreSource§impl BitAndAssign for STREAM_SEEK
impl BitAndAssign for STREAM_SEEK
Source§fn bitand_assign(&mut self, rhs: STREAM_SEEK)
fn bitand_assign(&mut self, rhs: STREAM_SEEK)
Performs the
&= operation. Read moreSource§impl BitOr for STREAM_SEEK
impl BitOr for STREAM_SEEK
Source§type Output = STREAM_SEEK
type Output = STREAM_SEEK
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: STREAM_SEEK) -> STREAM_SEEK
fn bitor(self, rhs: STREAM_SEEK) -> STREAM_SEEK
Performs the
| operation. Read moreSource§impl BitOrAssign for STREAM_SEEK
impl BitOrAssign for STREAM_SEEK
Source§fn bitor_assign(&mut self, rhs: STREAM_SEEK)
fn bitor_assign(&mut self, rhs: STREAM_SEEK)
Performs the
|= operation. Read moreSource§impl Clone for STREAM_SEEK
impl Clone for STREAM_SEEK
Source§fn clone(&self) -> STREAM_SEEK
fn clone(&self) -> STREAM_SEEK
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 STREAM_SEEK
impl Debug for STREAM_SEEK
Source§impl Default for STREAM_SEEK
impl Default for STREAM_SEEK
Source§fn default() -> STREAM_SEEK
fn default() -> STREAM_SEEK
Returns the “default value” for a type. Read more
Source§impl From<u32> for STREAM_SEEK
impl From<u32> for STREAM_SEEK
Source§fn from(value: u32) -> STREAM_SEEK
fn from(value: u32) -> STREAM_SEEK
Converts to this type from the input type.
Source§impl Not for STREAM_SEEK
impl Not for STREAM_SEEK
Source§type Output = STREAM_SEEK
type Output = STREAM_SEEK
The resulting type after applying the
! operator.Source§fn not(self) -> STREAM_SEEK
fn not(self) -> STREAM_SEEK
Performs the unary
! operation. Read moreSource§impl PartialEq for STREAM_SEEK
impl PartialEq for STREAM_SEEK
impl Copy for STREAM_SEEK
impl Eq for STREAM_SEEK
impl StructuralPartialEq for STREAM_SEEK
Auto Trait Implementations§
impl Freeze for STREAM_SEEK
impl RefUnwindSafe for STREAM_SEEK
impl Send for STREAM_SEEK
impl Sync for STREAM_SEEK
impl Unpin for STREAM_SEEK
impl UnwindSafe for STREAM_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