#[repr(C, packed(2))]pub struct IControlPrefs {Show 14 fields
pub ic_Reserved: [LONG; 4],
pub ic_TimeOut: UWORD,
pub ic_MetaDrag: WORD,
pub ic_Flags: ULONG,
pub ic_WBtoFront: UBYTE,
pub ic_FrontToBack: UBYTE,
pub ic_ReqTrue: UBYTE,
pub ic_ReqFalse: UBYTE,
pub ic_Version: UWORD,
pub ic_VersionMagic: UWORD,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub ic_Pad: UBYTE,
pub ic_GUIGeometry: [UBYTE; 4],
}Fields§
§ic_Reserved: [LONG; 4]§ic_TimeOut: UWORD§ic_MetaDrag: WORD§ic_Flags: ULONG§ic_WBtoFront: UBYTE§ic_FrontToBack: UBYTE§ic_ReqTrue: UBYTE§ic_ReqFalse: UBYTE§ic_Version: UWORD§ic_VersionMagic: UWORD§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§ic_Pad: UBYTE§ic_GUIGeometry: [UBYTE; 4]Implementations§
Source§impl IControlPrefs
impl IControlPrefs
pub fn ic_HoverSlugishness(&self) -> UBYTE
pub fn set_ic_HoverSlugishness(&mut self, val: UBYTE)
pub unsafe fn ic_HoverSlugishness_raw(this: *const Self) -> UBYTE
pub unsafe fn set_ic_HoverSlugishness_raw(this: *mut Self, val: UBYTE)
pub fn ic_HoverFlags(&self) -> UBYTE
pub fn set_ic_HoverFlags(&mut self, val: UBYTE)
pub unsafe fn ic_HoverFlags_raw(this: *const Self) -> UBYTE
pub unsafe fn set_ic_HoverFlags_raw(this: *mut Self, val: UBYTE)
pub fn new_bitfield_1( ic_HoverSlugishness: UBYTE, ic_HoverFlags: UBYTE, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for IControlPrefs
impl Clone for IControlPrefs
Source§fn clone(&self) -> IControlPrefs
fn clone(&self) -> IControlPrefs
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 IControlPrefs
impl Debug for IControlPrefs
impl Copy for IControlPrefs
Auto Trait Implementations§
impl Freeze for IControlPrefs
impl RefUnwindSafe for IControlPrefs
impl Send for IControlPrefs
impl Sync for IControlPrefs
impl Unpin for IControlPrefs
impl UnwindSafe for IControlPrefs
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