#[repr(C)]pub struct conddef {
pub next: Conddef,
pub name: *mut c_char,
pub flags: c_int,
pub handler: CondHandler,
pub min: c_int,
pub max: c_int,
pub condid: c_int,
pub module: *mut c_char,
}Fields§
§next: Conddef§name: *mut c_char§flags: c_int§handler: CondHandler§min: c_int§max: c_int§condid: c_int§module: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for conddef
impl RefUnwindSafe for conddef
impl !Send for conddef
impl !Sync for conddef
impl Unpin for conddef
impl UnwindSafe for conddef
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