#[repr(transparent)]pub struct CLS_LOG_INFORMATION_CLASS(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for CLS_LOG_INFORMATION_CLASS
impl Abi for CLS_LOG_INFORMATION_CLASS
Source§type Abi = CLS_LOG_INFORMATION_CLASS
type Abi = CLS_LOG_INFORMATION_CLASS
The abi representation of the implementing type. Read more
type DefaultType = CLS_LOG_INFORMATION_CLASS
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 CLS_LOG_INFORMATION_CLASS
impl Clone for CLS_LOG_INFORMATION_CLASS
Source§fn clone(&self) -> CLS_LOG_INFORMATION_CLASS
fn clone(&self) -> CLS_LOG_INFORMATION_CLASS
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 CLS_LOG_INFORMATION_CLASS
Source§impl Debug for CLS_LOG_INFORMATION_CLASS
impl Debug for CLS_LOG_INFORMATION_CLASS
Source§impl Default for CLS_LOG_INFORMATION_CLASS
impl Default for CLS_LOG_INFORMATION_CLASS
Source§fn default() -> CLS_LOG_INFORMATION_CLASS
fn default() -> CLS_LOG_INFORMATION_CLASS
Returns the “default value” for a type. Read more
impl Eq for CLS_LOG_INFORMATION_CLASS
Source§impl From<i32> for CLS_LOG_INFORMATION_CLASS
impl From<i32> for CLS_LOG_INFORMATION_CLASS
impl StructuralPartialEq for CLS_LOG_INFORMATION_CLASS
Auto Trait Implementations§
impl Freeze for CLS_LOG_INFORMATION_CLASS
impl RefUnwindSafe for CLS_LOG_INFORMATION_CLASS
impl Send for CLS_LOG_INFORMATION_CLASS
impl Sync for CLS_LOG_INFORMATION_CLASS
impl Unpin for CLS_LOG_INFORMATION_CLASS
impl UnsafeUnpin for CLS_LOG_INFORMATION_CLASS
impl UnwindSafe for CLS_LOG_INFORMATION_CLASS
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