#[repr(C)]pub struct IntegrationTestConfigT {
pub config: *mut ConfigI,
pub object: ConfigItemT,
pub _padding_33: [c_char; 4],
}Fields§
§config: *mut ConfigI§object: ConfigItemT§_padding_33: [c_char; 4]Trait Implementations§
Source§impl Clone for IntegrationTestConfigT
impl Clone for IntegrationTestConfigT
Source§fn clone(&self) -> IntegrationTestConfigT
fn clone(&self) -> IntegrationTestConfigT
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 Default for IntegrationTestConfigT
impl Default for IntegrationTestConfigT
impl Copy for IntegrationTestConfigT
Auto Trait Implementations§
impl Freeze for IntegrationTestConfigT
impl RefUnwindSafe for IntegrationTestConfigT
impl !Send for IntegrationTestConfigT
impl !Sync for IntegrationTestConfigT
impl Unpin for IntegrationTestConfigT
impl UnwindSafe for IntegrationTestConfigT
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