Struct a121_sys::acc_rss_assembly_test
source · #[repr(C)]pub struct acc_rss_assembly_test { /* private fields */ }Expand description
@brief The acc_rss_assembly_test instance
Trait Implementations§
source§impl Clone for acc_rss_assembly_test
impl Clone for acc_rss_assembly_test
source§fn clone(&self) -> acc_rss_assembly_test
fn clone(&self) -> acc_rss_assembly_test
Returns a copy 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 acc_rss_assembly_test
impl Debug for acc_rss_assembly_test
impl Copy for acc_rss_assembly_test
Auto Trait Implementations§
impl Freeze for acc_rss_assembly_test
impl RefUnwindSafe for acc_rss_assembly_test
impl Send for acc_rss_assembly_test
impl Sync for acc_rss_assembly_test
impl Unpin for acc_rss_assembly_test
impl UnwindSafe for acc_rss_assembly_test
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