#[repr(C)]pub struct AEIO_FileExt {
pub pad: A_char,
pub extension: [A_char; 3],
}Fields§
§pad: A_char§extension: [A_char; 3]Trait Implementations§
Source§impl Clone for AEIO_FileExt
impl Clone for AEIO_FileExt
Source§fn clone(&self) -> AEIO_FileExt
fn clone(&self) -> AEIO_FileExt
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 AEIO_FileExt
impl Debug for AEIO_FileExt
impl Copy for AEIO_FileExt
Auto Trait Implementations§
impl Freeze for AEIO_FileExt
impl RefUnwindSafe for AEIO_FileExt
impl Send for AEIO_FileExt
impl Sync for AEIO_FileExt
impl Unpin for AEIO_FileExt
impl UnwindSafe for AEIO_FileExt
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