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