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