#[repr(C, packed(2))]pub struct IconIdentifyMsg {
pub iim_SysBase: *mut Library,
pub iim_DOSBase: *mut Library,
pub iim_UtilityBase: *mut Library,
pub iim_IconBase: *mut Library,
pub iim_FileLock: BPTR,
pub iim_ParentLock: BPTR,
pub iim_FIB: *mut FileInfoBlock,
pub iim_FileHandle: BPTR,
pub iim_Tags: *mut TagItem,
}Fields§
§iim_SysBase: *mut Library§iim_DOSBase: *mut Library§iim_UtilityBase: *mut Library§iim_IconBase: *mut Library§iim_FileLock: BPTR§iim_ParentLock: BPTR§iim_FIB: *mut FileInfoBlock§iim_FileHandle: BPTR§iim_Tags: *mut TagItemTrait Implementations§
Source§impl Clone for IconIdentifyMsg
impl Clone for IconIdentifyMsg
Source§fn clone(&self) -> IconIdentifyMsg
fn clone(&self) -> IconIdentifyMsg
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 IconIdentifyMsg
impl Debug for IconIdentifyMsg
impl Copy for IconIdentifyMsg
Auto Trait Implementations§
impl Freeze for IconIdentifyMsg
impl RefUnwindSafe for IconIdentifyMsg
impl !Send for IconIdentifyMsg
impl !Sync for IconIdentifyMsg
impl Unpin for IconIdentifyMsg
impl UnwindSafe for IconIdentifyMsg
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