struct DirectoryEntry<S> {
data_type: u16,
count: S,
data: Vec<u8>,
}
Fields§
§data_type: u16
§count: S
§data: Vec<u8>
Auto Trait Implementations§
impl<S> Freeze for DirectoryEntry<S>where
S: Freeze,
impl<S> RefUnwindSafe for DirectoryEntry<S>where
S: RefUnwindSafe,
impl<S> Send for DirectoryEntry<S>where
S: Send,
impl<S> Sync for DirectoryEntry<S>where
S: Sync,
impl<S> Unpin for DirectoryEntry<S>where
S: Unpin,
impl<S> UnwindSafe for DirectoryEntry<S>where
S: UnwindSafe,
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