#[repr(transparent)]pub struct Shdrbtcfg(pub u32);Expand description
Target HDR-BT Configuration
Tuple Fields§
§0: u32Implementations§
Source§impl Shdrbtcfg
impl Shdrbtcfg
Sourcepub const fn crc32(&self) -> ShdrbtcfgCrc32
pub const fn crc32(&self) -> ShdrbtcfgCrc32
CRC32 Select
Sourcepub const fn set_crc32(&mut self, val: ShdrbtcfgCrc32)
pub const fn set_crc32(&mut self, val: ShdrbtcfgCrc32)
CRC32 Select
Sourcepub const fn set_wdatamax(&mut self, val: u16)
pub const fn set_wdatamax(&mut self, val: u16)
Maximum Data
Sourcepub const fn set_datalen(&mut self, val: u16)
pub const fn set_datalen(&mut self, val: u16)
Read Data Length
Trait Implementations§
impl Copy for Shdrbtcfg
impl Eq for Shdrbtcfg
impl StructuralPartialEq for Shdrbtcfg
Auto Trait Implementations§
impl Freeze for Shdrbtcfg
impl RefUnwindSafe for Shdrbtcfg
impl Send for Shdrbtcfg
impl Sync for Shdrbtcfg
impl Unpin for Shdrbtcfg
impl UnwindSafe for Shdrbtcfg
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