#[repr(transparent)]pub struct Srcd(pub u32);Expand description
CDText Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl Srcd
impl Srcd
Sourcepub const fn usync_mode(&self) -> UsyncMode
pub const fn usync_mode(&self) -> UsyncMode
no description available
Sourcepub const fn set_usync_mode(&mut self, val: UsyncMode)
pub const fn set_usync_mode(&mut self, val: UsyncMode)
no description available
Trait Implementations§
impl Copy for Srcd
impl Eq for Srcd
impl StructuralPartialEq for Srcd
Auto Trait Implementations§
impl Freeze for Srcd
impl RefUnwindSafe for Srcd
impl Send for Srcd
impl Sync for Srcd
impl Unpin for Srcd
impl UnwindSafe for Srcd
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