#[repr(C)]pub struct sg_error_details {
pub error: sg_error,
pub errno_value: c_int,
pub error_arg: *const c_char,
}Fields§
§error: sg_error§errno_value: c_int§error_arg: *const c_charTrait Implementations§
Source§impl Clone for sg_error_details
impl Clone for sg_error_details
Source§fn clone(&self) -> sg_error_details
fn clone(&self) -> sg_error_details
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 sg_error_details
impl Debug for sg_error_details
impl Copy for sg_error_details
Auto Trait Implementations§
impl Freeze for sg_error_details
impl RefUnwindSafe for sg_error_details
impl !Send for sg_error_details
impl !Sync for sg_error_details
impl Unpin for sg_error_details
impl UnwindSafe for sg_error_details
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