#[repr(C, packed(2))]pub struct PrtErrMsg {
pub pe_Version: ULONG,
pub pe_ErrorLevel: ULONG,
pub pe_Window: *mut Window,
pub pe_ES: *mut EasyStruct,
pub pe_IDCMP: *mut ULONG,
pub pe_ArgList: APTR,
}Fields§
§pe_Version: ULONG§pe_ErrorLevel: ULONG§pe_Window: *mut Window§pe_ES: *mut EasyStruct§pe_IDCMP: *mut ULONG§pe_ArgList: APTRTrait Implementations§
Auto Trait Implementations§
impl Freeze for PrtErrMsg
impl RefUnwindSafe for PrtErrMsg
impl !Send for PrtErrMsg
impl !Sync for PrtErrMsg
impl Unpin for PrtErrMsg
impl UnwindSafe for PrtErrMsg
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