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