Struct panda_sys::ChardevCommon [−][src]
#[repr(C)]pub struct ChardevCommon { pub has_logfile: bool, pub logfile: *mut c_char, pub has_logappend: bool, pub logappend: bool, }
Fields
has_logfile: boollogfile: *mut c_charhas_logappend: boollogappend: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChardevCommonimpl !Send for ChardevCommonimpl !Sync for ChardevCommonimpl Unpin for ChardevCommonimpl UnwindSafe for ChardevCommonBlanket Implementations
Mutably borrows from an owned value. Read more