#[repr(C)]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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ErrorString
Auto Trait Implementations§
impl !Send for ErrorString
impl !Sync for ErrorString
impl Freeze for ErrorString
impl RefUnwindSafe for ErrorString
impl Unpin for ErrorString
impl UnsafeUnpin 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