#[repr(C)]pub struct UIF64 {
pub f: UINT32,
pub i: UINT32,
}
Fields§
§f: UINT32
§i: UINT32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UIF64
impl Send for UIF64
impl Sync for UIF64
impl Unpin for UIF64
impl UnwindSafe for UIF64
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