#[repr(C)]pub struct lxc_console_log {
pub clear: bool,
pub read: bool,
pub read_max: *mut u64,
pub data: *mut c_char,
}Fields§
§clear: bool§read: bool§read_max: *mut u64§data: *mut c_charTrait Implementations§
Source§impl Clone for lxc_console_log
impl Clone for lxc_console_log
Source§fn clone(&self) -> lxc_console_log
fn clone(&self) -> lxc_console_log
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 lxc_console_log
impl Debug for lxc_console_log
impl Copy for lxc_console_log
Auto Trait Implementations§
impl Freeze for lxc_console_log
impl RefUnwindSafe for lxc_console_log
impl !Send for lxc_console_log
impl !Sync for lxc_console_log
impl Unpin for lxc_console_log
impl UnwindSafe for lxc_console_log
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