#[repr(C)]pub struct acc_rss_assembly_test_result_t {
pub test_name: *const c_char,
pub test_result: bool,
}Expand description
@brief The result struct of acc_rss_assembly_test
Fields§
§test_name: *const c_char§test_result: boolTrait Implementations§
Source§impl Clone for acc_rss_assembly_test_result_t
impl Clone for acc_rss_assembly_test_result_t
Source§fn clone(&self) -> acc_rss_assembly_test_result_t
fn clone(&self) -> acc_rss_assembly_test_result_t
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 moreimpl Copy for acc_rss_assembly_test_result_t
Auto Trait Implementations§
impl Freeze for acc_rss_assembly_test_result_t
impl RefUnwindSafe for acc_rss_assembly_test_result_t
impl !Send for acc_rss_assembly_test_result_t
impl !Sync for acc_rss_assembly_test_result_t
impl Unpin for acc_rss_assembly_test_result_t
impl UnwindSafe for acc_rss_assembly_test_result_t
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