Struct machinery_api::foundation::IntegrationTestConfigT [−][src]
#[repr(C)]pub struct IntegrationTestConfigT { pub config: *mut ConfigI, pub object: ConfigItemT, pub _padding_33: [c_char; 4], }
Fields
config: *mut ConfigIobject: ConfigItemT_padding_33: [c_char; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IntegrationTestConfigT
impl !Send for IntegrationTestConfigT
impl !Sync for IntegrationTestConfigT
impl Unpin for IntegrationTestConfigT
impl UnwindSafe for IntegrationTestConfigT
Blanket Implementations
Mutably borrows from an owned value. Read more