#[repr(C)]pub struct ChardevSpiceChannel {
pub has_logfile: bool,
pub logfile: *mut i8,
pub has_logappend: bool,
pub logappend: bool,
pub type_: *mut i8,
}Fields§
§has_logfile: bool§logfile: *mut i8§has_logappend: bool§logappend: bool§type_: *mut i8Trait Implementations§
Source§impl Clone for ChardevSpiceChannel
impl Clone for ChardevSpiceChannel
Source§fn clone(&self) -> ChardevSpiceChannel
fn clone(&self) -> ChardevSpiceChannel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChardevSpiceChannel
Auto Trait Implementations§
impl !Send for ChardevSpiceChannel
impl !Sync for ChardevSpiceChannel
impl Freeze for ChardevSpiceChannel
impl RefUnwindSafe for ChardevSpiceChannel
impl Unpin for ChardevSpiceChannel
impl UnsafeUnpin for ChardevSpiceChannel
impl UnwindSafe for ChardevSpiceChannel
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