#[repr(transparent)]pub struct Str(pub u32);Expand description
SPDIFTxRight Register
Tuple Fields§
§0: u32Implementations§
Source§impl Str
impl Str
Sourcepub const fn tx_data_right(&self) -> u32
pub const fn tx_data_right(&self) -> u32
SPDIF transmit right channel data. It is write-only, and always returns zeros when read
Sourcepub const fn set_tx_data_right(&mut self, val: u32)
pub const fn set_tx_data_right(&mut self, val: u32)
SPDIF transmit right channel data. It is write-only, and always returns zeros when read
Trait Implementations§
impl Copy for Str
impl Eq for Str
impl StructuralPartialEq for Str
Auto Trait Implementations§
impl Freeze for Str
impl RefUnwindSafe for Str
impl Send for Str
impl Sync for Str
impl Unpin for Str
impl UnwindSafe for Str
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