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