pub struct DirectoryEntryPayload {
pub file_index: u8,
pub reserved: u8,
}
Fields§
§file_index: u8
§reserved: u8
Trait Implementations§
Source§impl Clone for DirectoryEntryPayload
impl Clone for DirectoryEntryPayload
Source§fn clone(&self) -> DirectoryEntryPayload
fn clone(&self) -> DirectoryEntryPayload
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 DirectoryEntryPayload
impl Debug for DirectoryEntryPayload
Source§impl Encode for DirectoryEntryPayload
impl Encode for DirectoryEntryPayload
Source§impl PartialEq for DirectoryEntryPayload
impl PartialEq for DirectoryEntryPayload
impl Copy for DirectoryEntryPayload
impl Eq for DirectoryEntryPayload
impl StructuralPartialEq for DirectoryEntryPayload
Auto Trait Implementations§
impl Freeze for DirectoryEntryPayload
impl RefUnwindSafe for DirectoryEntryPayload
impl Send for DirectoryEntryPayload
impl Sync for DirectoryEntryPayload
impl Unpin for DirectoryEntryPayload
impl UnwindSafe for DirectoryEntryPayload
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