#[repr(transparent)]pub struct Stcscl(pub u32);Expand description
SPDIFTxCChannelCons_l Register
Tuple Fields§
§0: u32Implementations§
Source§impl Stcscl
impl Stcscl
Sourcepub const fn tx_cchannel_cons_l(&self) -> u32
pub const fn tx_cchannel_cons_l(&self) -> u32
TxCChannelCons_l
Sourcepub const fn set_tx_cchannel_cons_l(&mut self, val: u32)
pub const fn set_tx_cchannel_cons_l(&mut self, val: u32)
TxCChannelCons_l
Trait Implementations§
impl Copy for Stcscl
impl Eq for Stcscl
impl StructuralPartialEq for Stcscl
Auto Trait Implementations§
impl Freeze for Stcscl
impl RefUnwindSafe for Stcscl
impl Send for Stcscl
impl Sync for Stcscl
impl Unpin for Stcscl
impl UnwindSafe for Stcscl
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