#[repr(C, packed(2))]pub struct IconSelectMsg {
pub ism_Length: ULONG,
pub ism_Drawer: BPTR,
pub ism_Name: STRPTR,
pub ism_Type: UWORD,
pub ism_Selected: BOOL,
pub ism_Tags: *mut TagItem,
pub ism_DrawerWindow: *mut Window,
pub ism_ParentWindow: *mut Window,
pub ism_Left: WORD,
pub ism_Top: WORD,
pub ism_Width: WORD,
pub ism_Height: WORD,
}Fields§
§ism_Length: ULONG§ism_Drawer: BPTR§ism_Name: STRPTR§ism_Type: UWORD§ism_Selected: BOOL§ism_Tags: *mut TagItem§ism_DrawerWindow: *mut Window§ism_ParentWindow: *mut Window§ism_Left: WORD§ism_Top: WORD§ism_Width: WORD§ism_Height: WORDTrait Implementations§
Source§impl Clone for IconSelectMsg
impl Clone for IconSelectMsg
Source§fn clone(&self) -> IconSelectMsg
fn clone(&self) -> IconSelectMsg
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 IconSelectMsg
impl Debug for IconSelectMsg
impl Copy for IconSelectMsg
Auto Trait Implementations§
impl Freeze for IconSelectMsg
impl RefUnwindSafe for IconSelectMsg
impl !Send for IconSelectMsg
impl !Sync for IconSelectMsg
impl Unpin for IconSelectMsg
impl UnwindSafe for IconSelectMsg
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