#[repr(C)]pub struct AEIO_InData {
pub msg_func: AEIO_MessageFunc,
pub pica_basicP: *const SPBasicSuite,
pub aegp_plug_id: A_long,
pub aegp_refconPV: *mut c_void,
}Fields§
§msg_func: AEIO_MessageFunc§pica_basicP: *const SPBasicSuite§aegp_plug_id: A_long§aegp_refconPV: *mut c_voidTrait Implementations§
Source§impl Clone for AEIO_InData
impl Clone for AEIO_InData
Source§fn clone(&self) -> AEIO_InData
fn clone(&self) -> AEIO_InData
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_InData
impl Debug for AEIO_InData
impl Copy for AEIO_InData
Auto Trait Implementations§
impl Freeze for AEIO_InData
impl RefUnwindSafe for AEIO_InData
impl !Send for AEIO_InData
impl !Sync for AEIO_InData
impl Unpin for AEIO_InData
impl UnwindSafe for AEIO_InData
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