Struct windows_sys::Win32::Devices::Display::VIDEO_POINTER_CAPABILITIES
[−]#[repr(C)]pub struct VIDEO_POINTER_CAPABILITIES {
pub Flags: u32,
pub MaxWidth: u32,
pub MaxHeight: u32,
pub HWPtrBitmapStart: u32,
pub HWPtrBitmapEnd: u32,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
Flags: u32
MaxWidth: u32
MaxHeight: u32
HWPtrBitmapStart: u32
HWPtrBitmapEnd: u32
Trait Implementations
impl Clone for VIDEO_POINTER_CAPABILITIES
impl Clone for VIDEO_POINTER_CAPABILITIES
impl Copy for VIDEO_POINTER_CAPABILITIES
Auto Trait Implementations
impl RefUnwindSafe for VIDEO_POINTER_CAPABILITIES
impl Send for VIDEO_POINTER_CAPABILITIES
impl Sync for VIDEO_POINTER_CAPABILITIES
impl Unpin for VIDEO_POINTER_CAPABILITIES
impl UnwindSafe for VIDEO_POINTER_CAPABILITIES
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