pub struct DirectoryFileCountPayload {
pub vendor: FileVendor,
pub reserved: u8,
}
Fields§
§vendor: FileVendor
§reserved: u8
Unused as of VEXos 1.1.5
Trait Implementations§
Source§impl Clone for DirectoryFileCountPayload
impl Clone for DirectoryFileCountPayload
Source§fn clone(&self) -> DirectoryFileCountPayload
fn clone(&self) -> DirectoryFileCountPayload
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 DirectoryFileCountPayload
impl Debug for DirectoryFileCountPayload
Source§impl Encode for DirectoryFileCountPayload
impl Encode for DirectoryFileCountPayload
impl Copy for DirectoryFileCountPayload
impl Eq for DirectoryFileCountPayload
impl StructuralPartialEq for DirectoryFileCountPayload
Auto Trait Implementations§
impl Freeze for DirectoryFileCountPayload
impl RefUnwindSafe for DirectoryFileCountPayload
impl Send for DirectoryFileCountPayload
impl Sync for DirectoryFileCountPayload
impl Unpin for DirectoryFileCountPayload
impl UnwindSafe for DirectoryFileCountPayload
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