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