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