#[repr(transparent)]pub struct STREAM_INFO_LEVELS(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for STREAM_INFO_LEVELS
impl Abi for STREAM_INFO_LEVELS
Source§type Abi = STREAM_INFO_LEVELS
type Abi = STREAM_INFO_LEVELS
The abi representation of the implementing type. Read more
type DefaultType = STREAM_INFO_LEVELS
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 Clone for STREAM_INFO_LEVELS
impl Clone for STREAM_INFO_LEVELS
Source§fn clone(&self) -> STREAM_INFO_LEVELS
fn clone(&self) -> STREAM_INFO_LEVELS
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for STREAM_INFO_LEVELS
Source§impl Debug for STREAM_INFO_LEVELS
impl Debug for STREAM_INFO_LEVELS
Source§impl Default for STREAM_INFO_LEVELS
impl Default for STREAM_INFO_LEVELS
Source§fn default() -> STREAM_INFO_LEVELS
fn default() -> STREAM_INFO_LEVELS
Returns the “default value” for a type. Read more
impl Eq for STREAM_INFO_LEVELS
Source§impl From<i32> for STREAM_INFO_LEVELS
impl From<i32> for STREAM_INFO_LEVELS
Source§impl PartialEq for STREAM_INFO_LEVELS
impl PartialEq for STREAM_INFO_LEVELS
impl StructuralPartialEq for STREAM_INFO_LEVELS
Auto Trait Implementations§
impl Freeze for STREAM_INFO_LEVELS
impl RefUnwindSafe for STREAM_INFO_LEVELS
impl Send for STREAM_INFO_LEVELS
impl Sync for STREAM_INFO_LEVELS
impl Unpin for STREAM_INFO_LEVELS
impl UnsafeUnpin for STREAM_INFO_LEVELS
impl UnwindSafe for STREAM_INFO_LEVELS
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