#[repr(C)]pub struct ArrStDirEntry {
pub reserved: u32,
pub size: u32,
pub elem_sizeof: u16,
pub content: *mut DirEntryData,
}Fields§
§reserved: u32§size: u32§elem_sizeof: u16§content: *mut DirEntryDataTrait Implementations§
Source§impl Clone for ArrStDirEntry
impl Clone for ArrStDirEntry
Source§fn clone(&self) -> ArrStDirEntry
fn clone(&self) -> ArrStDirEntry
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 ArrStDirEntry
impl Debug for ArrStDirEntry
impl Copy for ArrStDirEntry
Auto Trait Implementations§
impl Freeze for ArrStDirEntry
impl RefUnwindSafe for ArrStDirEntry
impl !Send for ArrStDirEntry
impl !Sync for ArrStDirEntry
impl Unpin for ArrStDirEntry
impl UnwindSafe for ArrStDirEntry
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