#[repr(C)]pub struct Struct_Unnamed8 {
pub key: *const c_char,
pub data: *const c_char,
pub _type: *const c_char,
}
Fields§
§key: *const c_char
§data: *const c_char
§_type: *const c_char
Trait Implementations§
Source§impl Clone for Struct_Unnamed8
impl Clone for Struct_Unnamed8
Source§impl Default for Struct_Unnamed8
impl Default for Struct_Unnamed8
impl Copy for Struct_Unnamed8
Auto Trait Implementations§
impl Freeze for Struct_Unnamed8
impl RefUnwindSafe for Struct_Unnamed8
impl !Send for Struct_Unnamed8
impl !Sync for Struct_Unnamed8
impl Unpin for Struct_Unnamed8
impl UnwindSafe for Struct_Unnamed8
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