#[repr(transparent)]pub struct DataDest(pub u32);Expand description
Data Destination.
Tuple Fields§
§0: u32Implementations§
Source§impl DataDest
impl DataDest
Sourcepub const fn set_dest_dor(&mut self, val: bool)
pub const fn set_dest_dor(&mut self, val: bool)
Key available via the DOR register.
Sourcepub const fn set_dest_so(&mut self, val: bool)
pub const fn set_dest_so(&mut self, val: bool)
Key available to ELS.
Trait Implementations§
impl Copy for DataDest
impl Eq for DataDest
impl StructuralPartialEq for DataDest
Auto Trait Implementations§
impl Freeze for DataDest
impl RefUnwindSafe for DataDest
impl Send for DataDest
impl Sync for DataDest
impl Unpin for DataDest
impl UnwindSafe for DataDest
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