#[repr(C)]pub struct ERR_string_data_st {
pub error: u64,
pub string: *const i8,
}
Fields§
§error: u64
§string: *const i8
Trait Implementations§
Source§impl Clone for ERR_string_data_st
impl Clone for ERR_string_data_st
Source§fn clone(&self) -> ERR_string_data_st
fn clone(&self) -> ERR_string_data_st
Returns a copy 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 ERR_string_data_st
impl Debug for ERR_string_data_st
impl Copy for ERR_string_data_st
Auto Trait Implementations§
impl Freeze for ERR_string_data_st
impl RefUnwindSafe for ERR_string_data_st
impl !Send for ERR_string_data_st
impl !Sync for ERR_string_data_st
impl Unpin for ERR_string_data_st
impl UnwindSafe for ERR_string_data_st
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