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