Struct ntapi::winsta::WINSTATIONVIDEODATA
source · [−]#[repr(C)]pub struct WINSTATIONVIDEODATA {
pub HResolution: USHORT,
pub VResolution: USHORT,
pub fColorDepth: USHORT,
}
Fields
HResolution: USHORT
VResolution: USHORT
fColorDepth: USHORT
Trait Implementations
sourceimpl Clone for WINSTATIONVIDEODATA
impl Clone for WINSTATIONVIDEODATA
sourcefn clone(&self) -> WINSTATIONVIDEODATA
fn clone(&self) -> WINSTATIONVIDEODATA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for WINSTATIONVIDEODATA
Auto Trait Implementations
impl RefUnwindSafe for WINSTATIONVIDEODATA
impl Send for WINSTATIONVIDEODATA
impl Sync for WINSTATIONVIDEODATA
impl Unpin for WINSTATIONVIDEODATA
impl UnwindSafe for WINSTATIONVIDEODATA
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