#[repr(transparent)]pub struct DPI_AWARENESS_CONTEXT(pub isize);Tuple Fields§
§0: isizeImplementations§
Trait Implementations§
Source§impl Abi for DPI_AWARENESS_CONTEXT
impl Abi for DPI_AWARENESS_CONTEXT
Source§type Abi = DPI_AWARENESS_CONTEXT
type Abi = DPI_AWARENESS_CONTEXT
The abi representation of the implementing type. Read more
type DefaultType = DPI_AWARENESS_CONTEXT
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 DPI_AWARENESS_CONTEXT
impl Clone for DPI_AWARENESS_CONTEXT
Source§fn clone(&self) -> DPI_AWARENESS_CONTEXT
fn clone(&self) -> DPI_AWARENESS_CONTEXT
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 DPI_AWARENESS_CONTEXT
impl Debug for DPI_AWARENESS_CONTEXT
Source§impl Default for DPI_AWARENESS_CONTEXT
impl Default for DPI_AWARENESS_CONTEXT
Source§impl PartialEq for DPI_AWARENESS_CONTEXT
impl PartialEq for DPI_AWARENESS_CONTEXT
impl Copy for DPI_AWARENESS_CONTEXT
impl Eq for DPI_AWARENESS_CONTEXT
Auto Trait Implementations§
impl Freeze for DPI_AWARENESS_CONTEXT
impl RefUnwindSafe for DPI_AWARENESS_CONTEXT
impl Send for DPI_AWARENESS_CONTEXT
impl Sync for DPI_AWARENESS_CONTEXT
impl Unpin for DPI_AWARENESS_CONTEXT
impl UnwindSafe for DPI_AWARENESS_CONTEXT
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