#[repr(C)]
pub union varattrib_4b {
pub va_4byte: ManuallyDrop<varattrib_4b__bindgen_ty_1>,
pub va_compressed: ManuallyDrop<varattrib_4b__bindgen_ty_2>,
}
Fields§
§va_4byte: ManuallyDrop<varattrib_4b__bindgen_ty_1>
§va_compressed: ManuallyDrop<varattrib_4b__bindgen_ty_2>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for varattrib_4b
impl RefUnwindSafe for varattrib_4b
impl Send for varattrib_4b
impl Sync for varattrib_4b
impl Unpin for varattrib_4b
impl UnwindSafe for varattrib_4b
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