#[repr(transparent)]pub struct Mhdrbtcfg(pub u32);Expand description
Controller HDR-BT Configuration
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Mhdrbtcfg
impl Eq for Mhdrbtcfg
impl StructuralPartialEq for Mhdrbtcfg
Auto Trait Implementations§
impl Freeze for Mhdrbtcfg
impl RefUnwindSafe for Mhdrbtcfg
impl Send for Mhdrbtcfg
impl Sync for Mhdrbtcfg
impl Unpin for Mhdrbtcfg
impl UnwindSafe for Mhdrbtcfg
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