#[repr(C, packed(2))]pub struct LBSortMsg {
pub lbsm_TypeA: ULONG,
pub lbsm_DataA: LBSortMsg__bindgen_ty_1,
pub lbsm_UserDataA: APTR,
pub lbsm_TypeB: ULONG,
pub lbsm_DataB: LBSortMsg__bindgen_ty_2,
pub lbsm_UserDataB: APTR,
pub lbsm_Column: WORD,
pub lbsm_Direction: ULONG,
}Fields§
§lbsm_TypeA: ULONG§lbsm_DataA: LBSortMsg__bindgen_ty_1§lbsm_UserDataA: APTR§lbsm_TypeB: ULONG§lbsm_DataB: LBSortMsg__bindgen_ty_2§lbsm_UserDataB: APTR§lbsm_Column: WORD§lbsm_Direction: ULONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for LBSortMsg
impl RefUnwindSafe for LBSortMsg
impl !Send for LBSortMsg
impl !Sync for LBSortMsg
impl Unpin for LBSortMsg
impl UnwindSafe for LBSortMsg
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