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