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