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