Struct windows_sys::Win32::Graphics::DirectDraw::DDGETPOLARITYOUTINFO
[−]#[repr(C)]pub struct DDGETPOLARITYOUTINFO {
pub bPolarity: u32,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
bPolarity: u32
Trait Implementations
impl Clone for DDGETPOLARITYOUTINFO
impl Clone for DDGETPOLARITYOUTINFO
impl Copy for DDGETPOLARITYOUTINFO
Auto Trait Implementations
impl RefUnwindSafe for DDGETPOLARITYOUTINFO
impl Send for DDGETPOLARITYOUTINFO
impl Sync for DDGETPOLARITYOUTINFO
impl Unpin for DDGETPOLARITYOUTINFO
impl UnwindSafe for DDGETPOLARITYOUTINFO
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