#[repr(C)]pub struct obj_name_st {
pub type_: c_int,
pub alias: c_int,
pub name: *const c_char,
pub data: *const c_char,
}
Fields§
§type_: c_int
§alias: c_int
§name: *const c_char
§data: *const c_char
Trait Implementations§
Source§impl Clone for obj_name_st
impl Clone for obj_name_st
Source§fn clone(&self) -> obj_name_st
fn clone(&self) -> obj_name_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 obj_name_st
impl Debug for obj_name_st
Source§impl Default for obj_name_st
impl Default for obj_name_st
Source§impl PartialEq for obj_name_st
impl PartialEq for obj_name_st
impl Copy for obj_name_st
impl Eq for obj_name_st
impl StructuralPartialEq for obj_name_st
Auto Trait Implementations§
impl Freeze for obj_name_st
impl RefUnwindSafe for obj_name_st
impl !Send for obj_name_st
impl !Sync for obj_name_st
impl Unpin for obj_name_st
impl UnwindSafe for obj_name_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