Struct windows::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
§fn clone(&self) -> CLIENT_DISPLAY
fn clone(&self) -> CLIENT_DISPLAY
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for CLIENT_DISPLAY
impl Debug for CLIENT_DISPLAY
§impl Default for CLIENT_DISPLAY
impl Default for CLIENT_DISPLAY
§impl PartialEq for CLIENT_DISPLAY
impl PartialEq for CLIENT_DISPLAY
§fn eq(&self, other: &CLIENT_DISPLAY) -> bool
fn eq(&self, other: &CLIENT_DISPLAY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CLIENT_DISPLAY
impl Eq for CLIENT_DISPLAY
impl StructuralPartialEq for CLIENT_DISPLAY
Auto Trait Implementations§
impl Freeze for CLIENT_DISPLAY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)