#[repr(C)]pub struct ChardevVC {
pub has_logfile: bool,
pub logfile: *mut i8,
pub has_logappend: bool,
pub logappend: bool,
pub has_width: bool,
pub width: i64,
pub has_height: bool,
pub height: i64,
pub has_cols: bool,
pub cols: i64,
pub has_rows: bool,
pub rows: i64,
}Fields§
§has_logfile: bool§logfile: *mut i8§has_logappend: bool§logappend: bool§has_width: bool§width: i64§has_height: bool§height: i64§has_cols: bool§cols: i64§has_rows: bool§rows: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChardevVC
impl RefUnwindSafe for ChardevVC
impl !Send for ChardevVC
impl !Sync for ChardevVC
impl Unpin for ChardevVC
impl UnwindSafe for ChardevVC
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