#[repr(C)]pub struct ErrorStack {
pub length: u32,
pub sequence: *mut DevFailed,
}
Fields§
§length: u32
§sequence: *mut DevFailed
Trait Implementations§
Source§impl Clone for ErrorStack
impl Clone for ErrorStack
Source§fn clone(&self) -> ErrorStack
fn clone(&self) -> ErrorStack
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 ErrorStack
impl Debug for ErrorStack
impl Copy for ErrorStack
Auto Trait Implementations§
impl Freeze for ErrorStack
impl RefUnwindSafe for ErrorStack
impl !Send for ErrorStack
impl !Sync for ErrorStack
impl Unpin for ErrorStack
impl UnwindSafe for ErrorStack
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