#[repr(transparent)]pub struct OLEWHICHMK(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl OLEWHICHMK
impl OLEWHICHMK
pub const OLEWHICHMK_CONTAINER: Self
pub const OLEWHICHMK_OBJREL: Self
pub const OLEWHICHMK_OBJFULL: Self
Trait Implementations§
Source§impl Abi for OLEWHICHMK
impl Abi for OLEWHICHMK
Source§type Abi = OLEWHICHMK
type Abi = OLEWHICHMK
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 Clone for OLEWHICHMK
impl Clone for OLEWHICHMK
Source§fn clone(&self) -> OLEWHICHMK
fn clone(&self) -> OLEWHICHMK
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 OLEWHICHMK
impl Debug for OLEWHICHMK
Source§impl Default for OLEWHICHMK
impl Default for OLEWHICHMK
Source§fn default() -> OLEWHICHMK
fn default() -> OLEWHICHMK
Returns the “default value” for a type. Read more
Source§impl From<i32> for OLEWHICHMK
impl From<i32> for OLEWHICHMK
Source§impl PartialEq for OLEWHICHMK
impl PartialEq for OLEWHICHMK
impl Copy for OLEWHICHMK
impl Eq for OLEWHICHMK
impl StructuralPartialEq for OLEWHICHMK
Auto Trait Implementations§
impl Freeze for OLEWHICHMK
impl RefUnwindSafe for OLEWHICHMK
impl Send for OLEWHICHMK
impl Sync for OLEWHICHMK
impl Unpin for OLEWHICHMK
impl UnwindSafe for OLEWHICHMK
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