#[repr(C)]pub struct PFILE_FileKind {
pub type_: AEIO_FileType,
pub creator: AEIO_Creator,
}Fields§
§type_: AEIO_FileType§creator: AEIO_CreatorTrait Implementations§
Source§impl Clone for PFILE_FileKind
impl Clone for PFILE_FileKind
Source§fn clone(&self) -> PFILE_FileKind
fn clone(&self) -> PFILE_FileKind
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 PFILE_FileKind
impl Debug for PFILE_FileKind
impl Copy for PFILE_FileKind
Auto Trait Implementations§
impl Freeze for PFILE_FileKind
impl RefUnwindSafe for PFILE_FileKind
impl Send for PFILE_FileKind
impl Sync for PFILE_FileKind
impl Unpin for PFILE_FileKind
impl UnwindSafe for PFILE_FileKind
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