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