#[repr(C)]pub struct DisplayMode {
pub dm_Node: Node,
pub dm_DimensionInfo: DimensionInfo,
pub dm_PropertyFlags: ULONG,
}Fields§
§dm_Node: Node§dm_DimensionInfo: DimensionInfo§dm_PropertyFlags: ULONGTrait Implementations§
Source§impl Clone for DisplayMode
impl Clone for DisplayMode
Source§fn clone(&self) -> DisplayMode
fn clone(&self) -> DisplayMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DisplayMode
Auto Trait Implementations§
impl !Send for DisplayMode
impl !Sync for DisplayMode
impl Freeze for DisplayMode
impl RefUnwindSafe for DisplayMode
impl Unpin for DisplayMode
impl UnsafeUnpin for DisplayMode
impl UnwindSafe for DisplayMode
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