#[repr(C, packed(2))]pub struct UIPrefs {Show 19 fields
pub cap_Semaphore: SignalSemaphore,
pub cap_PrefsVersion: UWORD,
pub cap_PrefsSize: UWORD,
pub cap_BevelType: UBYTE,
pub cap_LayoutSpacing: UWORD,
pub cap_3DLook: BOOL,
pub cap_LabelPen: UWORD,
pub cap_LabelPlace: UBYTE,
pub cap_3DLabel: UBYTE,
pub cap_Reserved1: *mut ULONG,
pub cap_SimpleRefresh: BOOL,
pub cap_Pattern: [UBYTE; 256],
pub cap_Reserved2: *mut ULONG,
pub cap_3DProp: BOOL,
pub cap_Reserved3: BOOL,
pub cap_GlyphType: UBYTE,
pub cap_Reserved4: UBYTE,
pub cap_FallbackAttr: *mut TextAttr,
pub cap_LabelAttr: *mut TextAttr,
}Fields§
§cap_Semaphore: SignalSemaphore§cap_PrefsVersion: UWORD§cap_PrefsSize: UWORD§cap_BevelType: UBYTE§cap_LayoutSpacing: UWORD§cap_3DLook: BOOL§cap_LabelPen: UWORD§cap_LabelPlace: UBYTE§cap_3DLabel: UBYTE§cap_Reserved1: *mut ULONG§cap_SimpleRefresh: BOOL§cap_Pattern: [UBYTE; 256]§cap_Reserved2: *mut ULONG§cap_3DProp: BOOL§cap_Reserved3: BOOL§cap_GlyphType: UBYTE§cap_Reserved4: UBYTE§cap_FallbackAttr: *mut TextAttr§cap_LabelAttr: *mut TextAttrTrait Implementations§
Auto Trait Implementations§
impl Freeze for UIPrefs
impl RefUnwindSafe for UIPrefs
impl !Send for UIPrefs
impl !Sync for UIPrefs
impl Unpin for UIPrefs
impl UnwindSafe for UIPrefs
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