#[repr(transparent)]pub struct InputStreamOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl Abi for InputStreamOptions
impl Abi for InputStreamOptions
Source§type Abi = InputStreamOptions
type Abi = InputStreamOptions
The abi representation of the implementing type. Read more
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.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for InputStreamOptions
impl BitAnd for InputStreamOptions
Source§impl BitAndAssign for InputStreamOptions
impl BitAndAssign for InputStreamOptions
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for InputStreamOptions
impl BitOr for InputStreamOptions
Source§impl BitOrAssign for InputStreamOptions
impl BitOrAssign for InputStreamOptions
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl Clone for InputStreamOptions
impl Clone for InputStreamOptions
Source§fn clone(&self) -> InputStreamOptions
fn clone(&self) -> InputStreamOptions
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 InputStreamOptions
impl Debug for InputStreamOptions
Source§impl Default for InputStreamOptions
impl Default for InputStreamOptions
Source§fn default() -> InputStreamOptions
fn default() -> InputStreamOptions
Returns the “default value” for a type. Read more
Source§impl From<u32> for InputStreamOptions
impl From<u32> for InputStreamOptions
Source§impl PartialEq for InputStreamOptions
impl PartialEq for InputStreamOptions
Source§impl RuntimeType for InputStreamOptions
impl RuntimeType for InputStreamOptions
const SIGNATURE: ConstBuffer
type DefaultType = InputStreamOptions
impl Copy for InputStreamOptions
impl Eq for InputStreamOptions
impl StructuralPartialEq for InputStreamOptions
Auto Trait Implementations§
impl Freeze for InputStreamOptions
impl RefUnwindSafe for InputStreamOptions
impl Send for InputStreamOptions
impl Sync for InputStreamOptions
impl Unpin for InputStreamOptions
impl UnwindSafe for InputStreamOptions
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