#[repr(C)]pub union AVChannelLayout__bindgen_ty_1 {
pub mask: u64,
}Fields§
§mask: u64Auto Trait Implementations§
impl Freeze for AVChannelLayout__bindgen_ty_1
impl RefUnwindSafe for AVChannelLayout__bindgen_ty_1
impl Send for AVChannelLayout__bindgen_ty_1
impl Sync for AVChannelLayout__bindgen_ty_1
impl Unpin for AVChannelLayout__bindgen_ty_1
impl UnsafeUnpin for AVChannelLayout__bindgen_ty_1
impl UnwindSafe for AVChannelLayout__bindgen_ty_1
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