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