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