Struct SPVLIMITS
#[repr(transparent)]pub struct SPVLIMITS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for SPVLIMITS
impl Eq for SPVLIMITS
impl StructuralPartialEq for SPVLIMITS
Auto Trait Implementations§
impl Freeze for SPVLIMITS
impl RefUnwindSafe for SPVLIMITS
impl Send for SPVLIMITS
impl Sync for SPVLIMITS
impl Unpin for SPVLIMITS
impl UnwindSafe for SPVLIMITS
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