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