#[repr(transparent)]pub struct STREAM_SEEK(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Abi for STREAM_SEEK
impl Abi for STREAM_SEEK
Source§type Abi = STREAM_SEEK
type Abi = STREAM_SEEK
The abi representation of the implementing type. Read more
type DefaultType = STREAM_SEEK
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for STREAM_SEEK
impl BitAnd for STREAM_SEEK
Source§impl BitAndAssign for STREAM_SEEK
impl BitAndAssign for STREAM_SEEK
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for STREAM_SEEK
impl BitOr for STREAM_SEEK
Source§impl BitOrAssign for STREAM_SEEK
impl BitOrAssign for STREAM_SEEK
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
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§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