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