#[repr(C)]pub struct AEIO_InterruptFuncs {
pub refcon: *mut c_void,
pub abort0: AEIO_AbortProc,
pub progress0: AEIO_ProgressProc,
}Fields§
§refcon: *mut c_void§abort0: AEIO_AbortProc§progress0: AEIO_ProgressProcTrait Implementations§
Source§impl Clone for AEIO_InterruptFuncs
impl Clone for AEIO_InterruptFuncs
Source§fn clone(&self) -> AEIO_InterruptFuncs
fn clone(&self) -> AEIO_InterruptFuncs
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_InterruptFuncs
impl Debug for AEIO_InterruptFuncs
impl Copy for AEIO_InterruptFuncs
Auto Trait Implementations§
impl Freeze for AEIO_InterruptFuncs
impl RefUnwindSafe for AEIO_InterruptFuncs
impl !Send for AEIO_InterruptFuncs
impl !Sync for AEIO_InterruptFuncs
impl Unpin for AEIO_InterruptFuncs
impl UnwindSafe for AEIO_InterruptFuncs
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