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