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