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