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