#[repr(transparent)]pub struct Srcd(pub u32);Expand description
CDText Control Register.
Tuple Fields§
§0: u32Implementations§
Source§impl Srcd
impl Srcd
Sourcepub const fn u_sync_mode(&self) -> USyncMode
pub const fn u_sync_mode(&self) -> USyncMode
USyncMode.
Sourcepub const fn set_u_sync_mode(&mut self, val: USyncMode)
pub const fn set_u_sync_mode(&mut self, val: USyncMode)
USyncMode.
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