#[repr(C)]pub struct lxc_log {
pub name: *const c_char,
pub lxcpath: *const c_char,
pub file: *const c_char,
pub level: *const c_char,
pub prefix: *const c_char,
pub quiet: bool,
}Fields§
§name: *const c_char§lxcpath: *const c_char§file: *const c_char§level: *const c_char§prefix: *const c_char§quiet: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for lxc_log
impl RefUnwindSafe for lxc_log
impl !Send for lxc_log
impl !Sync for lxc_log
impl Unpin for lxc_log
impl UnwindSafe for lxc_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