#[repr(C)]pub struct XFORMOBJ {
pub ulReserved: u32,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
ulReserved: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XFORMOBJ
impl Send for XFORMOBJ
impl Sync for XFORMOBJ
impl Unpin for XFORMOBJ
impl UnwindSafe for XFORMOBJ
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