Struct HiFiCOLOR
#[repr(C)]pub struct HiFiCOLOR {
pub channel: [u8; 8],
}
Fields§
§channel: [u8; 8]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HiFiCOLOR
impl RefUnwindSafe for HiFiCOLOR
impl Send for HiFiCOLOR
impl Sync for HiFiCOLOR
impl Unpin for HiFiCOLOR
impl UnwindSafe for HiFiCOLOR
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