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