#[repr(C, packed(2))]pub struct AslPrefs {
pub ap_Reserved: [LONG; 4],
pub ap_SortBy: UBYTE,
pub ap_SortDrawers: UBYTE,
pub ap_SortOrder: UBYTE,
pub ap_SizePosition: UBYTE,
pub ap_RelativeLeft: WORD,
pub ap_RelativeTop: WORD,
pub ap_RelativeWidth: UBYTE,
pub ap_RelativeHeight: UBYTE,
}Fields§
§ap_Reserved: [LONG; 4]§ap_SortBy: UBYTE§ap_SortDrawers: UBYTE§ap_SortOrder: UBYTE§ap_SizePosition: UBYTE§ap_RelativeLeft: WORD§ap_RelativeTop: WORD§ap_RelativeWidth: UBYTE§ap_RelativeHeight: UBYTETrait Implementations§
Auto Trait Implementations§
impl Freeze for AslPrefs
impl RefUnwindSafe for AslPrefs
impl Send for AslPrefs
impl Sync for AslPrefs
impl Unpin for AslPrefs
impl UnwindSafe for AslPrefs
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