#[repr(C)]pub union inside_t {
pub a: inside_t__bindgen_ty_1,
pub s: inside_t__bindgen_ty_2,
}Fields§
§a: inside_t__bindgen_ty_1§s: inside_t__bindgen_ty_2Trait Implementations§
Auto Trait Implementations§
impl Freeze for inside_t
impl RefUnwindSafe for inside_t
impl !Send for inside_t
impl !Sync for inside_t
impl Unpin for inside_t
impl UnwindSafe for inside_t
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