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