#[repr(C)]pub struct AEIO_SeqSpec { /* private fields */ }Trait Implementations§
Source§impl Clone for AEIO_SeqSpec
impl Clone for AEIO_SeqSpec
Source§fn clone(&self) -> AEIO_SeqSpec
fn clone(&self) -> AEIO_SeqSpec
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_SeqSpec
impl Debug for AEIO_SeqSpec
impl Copy for AEIO_SeqSpec
Auto Trait Implementations§
impl Freeze for AEIO_SeqSpec
impl RefUnwindSafe for AEIO_SeqSpec
impl Send for AEIO_SeqSpec
impl Sync for AEIO_SeqSpec
impl Unpin for AEIO_SeqSpec
impl UnwindSafe for AEIO_SeqSpec
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