Struct windows_sys::Win32::System::RemoteDesktop::CLIENT_DISPLAY
#[repr(C)]pub struct CLIENT_DISPLAY {
pub HorizontalResolution: u32,
pub VerticalResolution: u32,
pub ColorDepth: u32,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more