#[repr(C, packed(2))]pub struct AppIconRenderMsg {
pub arm_RastPort: *mut RastPort,
pub arm_Icon: *mut DiskObject,
pub arm_Label: STRPTR,
pub arm_Tags: *mut TagItem,
pub arm_Left: WORD,
pub arm_Top: WORD,
pub arm_Width: WORD,
pub arm_Height: WORD,
pub arm_State: ULONG,
}Fields§
§arm_RastPort: *mut RastPort§arm_Icon: *mut DiskObject§arm_Label: STRPTR§arm_Tags: *mut TagItem§arm_Left: WORD§arm_Top: WORD§arm_Width: WORD§arm_Height: WORD§arm_State: ULONGTrait Implementations§
Source§impl Clone for AppIconRenderMsg
impl Clone for AppIconRenderMsg
Source§fn clone(&self) -> AppIconRenderMsg
fn clone(&self) -> AppIconRenderMsg
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 AppIconRenderMsg
impl Debug for AppIconRenderMsg
impl Copy for AppIconRenderMsg
Auto Trait Implementations§
impl Freeze for AppIconRenderMsg
impl RefUnwindSafe for AppIconRenderMsg
impl !Send for AppIconRenderMsg
impl !Sync for AppIconRenderMsg
impl Unpin for AppIconRenderMsg
impl UnwindSafe for AppIconRenderMsg
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