Struct windows_sys::Win32::System::RemoteDesktop::CLIENT_DISPLAY
[−]#[repr(C)]pub struct CLIENT_DISPLAY {
pub HorizontalResolution: u32,
pub VerticalResolution: u32,
pub ColorDepth: u32,
}
Expand description
Required features: "Win32_System_RemoteDesktop"
Fields
HorizontalResolution: u32
VerticalResolution: u32
ColorDepth: u32
Trait Implementations
impl Clone for CLIENT_DISPLAY
impl Clone for CLIENT_DISPLAY
impl Copy for CLIENT_DISPLAY
Auto Trait Implementations
impl RefUnwindSafe for CLIENT_DISPLAY
impl Send for CLIENT_DISPLAY
impl Sync for CLIENT_DISPLAY
impl Unpin for CLIENT_DISPLAY
impl UnwindSafe for CLIENT_DISPLAY
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