pub struct SPR(pub u16);Tuple Fields§
§0: u16Trait Implementations§
Source§impl Ord for SPR
impl Ord for SPR
Source§impl PartialOrd for SPR
impl PartialOrd for SPR
impl Copy for SPR
impl Eq for SPR
impl StructuralPartialEq for SPR
Auto Trait Implementations§
impl Freeze for SPR
impl RefUnwindSafe for SPR
impl Send for SPR
impl Sync for SPR
impl Unpin for SPR
impl UnwindSafe for SPR
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