#[repr(C)]pub struct ChardevCommon {
pub has_logfile: bool,
pub logfile: *mut i8,
pub has_logappend: bool,
pub logappend: bool,
}Fields§
§has_logfile: bool§logfile: *mut i8§has_logappend: bool§logappend: boolTrait Implementations§
Source§impl Clone for ChardevCommon
impl Clone for ChardevCommon
Source§fn clone(&self) -> ChardevCommon
fn clone(&self) -> ChardevCommon
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 Debug for ChardevCommon
impl Debug for ChardevCommon
impl Copy for ChardevCommon
Auto Trait Implementations§
impl Freeze for ChardevCommon
impl RefUnwindSafe for ChardevCommon
impl !Send for ChardevCommon
impl !Sync for ChardevCommon
impl Unpin for ChardevCommon
impl UnwindSafe for ChardevCommon
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