#[repr(C, align(16))]pub struct name_entry {
pub info: fd_info,
pub name_len: u32,
pub linkname_len: u32,
pub name: [u8; 256],
}
Fields§
§info: fd_info
§name_len: u32
§linkname_len: u32
§name: [u8; 256]
Implementations§
Trait Implementations§
Source§impl Clone for name_entry
impl Clone for name_entry
Source§fn clone(&self) -> name_entry
fn clone(&self) -> name_entry
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 name_entry
impl Debug for name_entry
impl Copy for name_entry
Auto Trait Implementations§
impl Freeze for name_entry
impl RefUnwindSafe for name_entry
impl Send for name_entry
impl Sync for name_entry
impl Unpin for name_entry
impl UnwindSafe for name_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