#[repr(C)]pub union AEIO_FileKind {
pub mac: PFILE_FileKind,
pub ext: AEIO_FileExt,
pub scrap: A_long,
}Fields§
§mac: PFILE_FileKind§ext: AEIO_FileExt§scrap: A_longTrait Implementations§
Source§impl Clone for AEIO_FileKind
impl Clone for AEIO_FileKind
Source§fn clone(&self) -> AEIO_FileKind
fn clone(&self) -> AEIO_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 moreimpl Copy for AEIO_FileKind
Auto Trait Implementations§
impl Freeze for AEIO_FileKind
impl RefUnwindSafe for AEIO_FileKind
impl Send for AEIO_FileKind
impl Sync for AEIO_FileKind
impl Unpin for AEIO_FileKind
impl UnwindSafe for AEIO_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