#[repr(C)]pub struct Base_entry {
pub next: *mut Base_entry,
pub name: *mut c_char,
pub nameSz: c_int,
pub type_: byte,
}Fields§
§next: *mut Base_entry§name: *mut c_char§nameSz: c_int§type_: byteTrait Implementations§
Source§impl Clone for Base_entry
impl Clone for Base_entry
Source§fn clone(&self) -> Base_entry
fn clone(&self) -> Base_entry
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 Base_entry
impl Debug for Base_entry
impl Copy for Base_entry
Auto Trait Implementations§
impl Freeze for Base_entry
impl RefUnwindSafe for Base_entry
impl !Send for Base_entry
impl !Sync for Base_entry
impl Unpin for Base_entry
impl UnwindSafe for Base_entry
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