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