#[repr(C, packed(2))]pub struct OverscanPrefs {
pub os_Reserved: ULONG,
pub os_Magic: ULONG,
pub os_HStart: UWORD,
pub os_HStop: UWORD,
pub os_VStart: UWORD,
pub os_VStop: UWORD,
pub os_DisplayID: ULONG,
pub os_ViewPos: Point,
pub os_Text: Point,
pub os_Standard: Rectangle,
}Fields§
§os_Reserved: ULONG§os_Magic: ULONG§os_HStart: UWORD§os_HStop: UWORD§os_VStart: UWORD§os_VStop: UWORD§os_DisplayID: ULONG§os_ViewPos: Point§os_Text: Point§os_Standard: RectangleTrait Implementations§
Source§impl Clone for OverscanPrefs
impl Clone for OverscanPrefs
Source§fn clone(&self) -> OverscanPrefs
fn clone(&self) -> OverscanPrefs
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 OverscanPrefs
impl Debug for OverscanPrefs
impl Copy for OverscanPrefs
Auto Trait Implementations§
impl Freeze for OverscanPrefs
impl RefUnwindSafe for OverscanPrefs
impl Send for OverscanPrefs
impl Sync for OverscanPrefs
impl Unpin for OverscanPrefs
impl UnwindSafe for OverscanPrefs
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