#[repr(C, packed(2))]pub struct ErrorString {
pub estr_Nums: *mut LONG,
pub estr_Strings: STRPTR,
}Fields§
§estr_Nums: *mut LONG§estr_Strings: STRPTRTrait Implementations§
Source§impl Clone for ErrorString
impl Clone for ErrorString
Source§fn clone(&self) -> ErrorString
fn clone(&self) -> ErrorString
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 ErrorString
impl Debug for ErrorString
impl Copy for ErrorString
Auto Trait Implementations§
impl Freeze for ErrorString
impl RefUnwindSafe for ErrorString
impl !Send for ErrorString
impl !Sync for ErrorString
impl Unpin for ErrorString
impl UnwindSafe for ErrorString
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