#[repr(transparent)]pub struct LPFNPSPCALLBACK_uMsg(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl LPFNPSPCALLBACK_uMsg
impl LPFNPSPCALLBACK_uMsg
pub const PSPCB_ADDREF: Self
pub const PSPCB_CREATE: Self
pub const PSPCB_RELEASE: Self
Trait Implementations§
Source§impl Abi for LPFNPSPCALLBACK_uMsg
impl Abi for LPFNPSPCALLBACK_uMsg
Source§type Abi = LPFNPSPCALLBACK_uMsg
type Abi = LPFNPSPCALLBACK_uMsg
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 LPFNPSPCALLBACK_uMsg
impl BitAnd for LPFNPSPCALLBACK_uMsg
Source§impl BitAndAssign for LPFNPSPCALLBACK_uMsg
impl BitAndAssign for LPFNPSPCALLBACK_uMsg
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for LPFNPSPCALLBACK_uMsg
impl BitOr for LPFNPSPCALLBACK_uMsg
Source§impl BitOrAssign for LPFNPSPCALLBACK_uMsg
impl BitOrAssign for LPFNPSPCALLBACK_uMsg
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for LPFNPSPCALLBACK_uMsg
impl Clone for LPFNPSPCALLBACK_uMsg
Source§fn clone(&self) -> LPFNPSPCALLBACK_uMsg
fn clone(&self) -> LPFNPSPCALLBACK_uMsg
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 LPFNPSPCALLBACK_uMsg
impl Debug for LPFNPSPCALLBACK_uMsg
Source§impl Default for LPFNPSPCALLBACK_uMsg
impl Default for LPFNPSPCALLBACK_uMsg
Source§fn default() -> LPFNPSPCALLBACK_uMsg
fn default() -> LPFNPSPCALLBACK_uMsg
Returns the “default value” for a type. Read more
Source§impl From<u32> for LPFNPSPCALLBACK_uMsg
impl From<u32> for LPFNPSPCALLBACK_uMsg
Source§impl PartialEq for LPFNPSPCALLBACK_uMsg
impl PartialEq for LPFNPSPCALLBACK_uMsg
impl Copy for LPFNPSPCALLBACK_uMsg
impl Eq for LPFNPSPCALLBACK_uMsg
impl StructuralPartialEq for LPFNPSPCALLBACK_uMsg
Auto Trait Implementations§
impl Freeze for LPFNPSPCALLBACK_uMsg
impl RefUnwindSafe for LPFNPSPCALLBACK_uMsg
impl Send for LPFNPSPCALLBACK_uMsg
impl Sync for LPFNPSPCALLBACK_uMsg
impl Unpin for LPFNPSPCALLBACK_uMsg
impl UnwindSafe for LPFNPSPCALLBACK_uMsg
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