#[repr(C, packed(2))]pub struct PointerPrefs {
pub pp_Reserved: [ULONG; 4],
pub pp_Which: UWORD,
pub pp_Size: UWORD,
pub pp_Width: UWORD,
pub pp_Height: UWORD,
pub pp_Depth: UWORD,
pub pp_YSize: UWORD,
pub pp_X: WORD,
pub pp_Y: WORD,
}Fields§
§pp_Reserved: [ULONG; 4]§pp_Which: UWORD§pp_Size: UWORD§pp_Width: UWORD§pp_Height: UWORD§pp_Depth: UWORD§pp_YSize: UWORD§pp_X: WORD§pp_Y: WORDTrait Implementations§
Source§impl Clone for PointerPrefs
impl Clone for PointerPrefs
Source§fn clone(&self) -> PointerPrefs
fn clone(&self) -> PointerPrefs
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 PointerPrefs
impl Debug for PointerPrefs
impl Copy for PointerPrefs
Auto Trait Implementations§
impl Freeze for PointerPrefs
impl RefUnwindSafe for PointerPrefs
impl Send for PointerPrefs
impl Sync for PointerPrefs
impl Unpin for PointerPrefs
impl UnwindSafe for PointerPrefs
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