Struct xen_sys::xsd_errors
source · [−]Fields
errnum: c_int
errstring: *const c_char
Trait Implementations
sourceimpl Clone for xsd_errors
impl Clone for xsd_errors
sourcefn clone(&self) -> xsd_errors
fn clone(&self) -> xsd_errors
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for xsd_errors
impl Debug for xsd_errors
impl Copy for xsd_errors
Auto Trait Implementations
impl RefUnwindSafe for xsd_errors
impl !Send for xsd_errors
impl !Sync for xsd_errors
impl Unpin for xsd_errors
impl UnwindSafe for xsd_errors
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more