#[repr(C)]pub struct QUAD {
pub UseThisFieldToCopy: __int64,
}
Fields
UseThisFieldToCopy: __int64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QUAD
impl Send for QUAD
impl Sync for QUAD
impl Unpin for QUAD
impl UnwindSafe for QUAD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more