#[repr(C, packed(4))]
pub union ANGL48 {
pub __bindgen_anon_1: ANGL48__bindgen_ty_1,
pub i64_: UINT64,
}
Fields§
§__bindgen_anon_1: ANGL48__bindgen_ty_1
§i64_: UINT64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ANGL48
impl RefUnwindSafe for ANGL48
impl Send for ANGL48
impl Sync for ANGL48
impl Unpin for ANGL48
impl UnwindSafe for ANGL48
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