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