#[repr(C)]pub struct QUAD {
pub Anonymous: QUAD_0,
}
Expand description
Required features: "Win32_System_Kernel"
Fields
Anonymous: QUAD_0
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