Struct windows_sys::Win32::Graphics::Gdi::RASTERIZER_STATUS
[−]Expand description
Required features: "Win32_Graphics_Gdi"
Fields
nSize: i16
wFlags: i16
nLanguageID: i16
Trait Implementations
impl Clone for RASTERIZER_STATUS
impl Clone for RASTERIZER_STATUS
impl Copy for RASTERIZER_STATUS
Auto Trait Implementations
impl RefUnwindSafe for RASTERIZER_STATUS
impl Send for RASTERIZER_STATUS
impl Sync for RASTERIZER_STATUS
impl Unpin for RASTERIZER_STATUS
impl UnwindSafe for RASTERIZER_STATUS
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