#[repr(C)]
pub union XYZPBH {
pub __bindgen_anon_1: XYZPBH__bindgen_ty_1,
pub __bindgen_anon_2: XYZPBH__bindgen_ty_2,
}
Fields§
§__bindgen_anon_1: XYZPBH__bindgen_ty_1
§__bindgen_anon_2: XYZPBH__bindgen_ty_2
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for XYZPBH
impl Send for XYZPBH
impl Sync for XYZPBH
impl Unpin for XYZPBH
impl UnwindSafe for XYZPBH
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