#[repr(transparent)]pub struct Softhld(pub u8);Expand description
SOF Threshold
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for Softhld
impl Eq for Softhld
impl StructuralPartialEq for Softhld
Auto Trait Implementations§
impl Freeze for Softhld
impl RefUnwindSafe for Softhld
impl Send for Softhld
impl Sync for Softhld
impl Unpin for Softhld
impl UnwindSafe for Softhld
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