#[repr(C, packed(2))]pub struct ScreenModePrefs {
pub smp_Reserved: [ULONG; 4],
pub smp_DisplayID: ULONG,
pub smp_Width: UWORD,
pub smp_Height: UWORD,
pub smp_Depth: UWORD,
pub smp_Control: UWORD,
}Fields§
§smp_Reserved: [ULONG; 4]§smp_DisplayID: ULONG§smp_Width: UWORD§smp_Height: UWORD§smp_Depth: UWORD§smp_Control: UWORDTrait Implementations§
Source§impl Clone for ScreenModePrefs
impl Clone for ScreenModePrefs
Source§fn clone(&self) -> ScreenModePrefs
fn clone(&self) -> ScreenModePrefs
Returns a duplicate 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 moreSource§impl Debug for ScreenModePrefs
impl Debug for ScreenModePrefs
impl Copy for ScreenModePrefs
Auto Trait Implementations§
impl Freeze for ScreenModePrefs
impl RefUnwindSafe for ScreenModePrefs
impl Send for ScreenModePrefs
impl Sync for ScreenModePrefs
impl Unpin for ScreenModePrefs
impl UnwindSafe for ScreenModePrefs
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