#[repr(C)]pub struct lxc_conf {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for lxc_conf
impl RefUnwindSafe for lxc_conf
impl Send for lxc_conf
impl Sync for lxc_conf
impl Unpin for lxc_conf
impl UnwindSafe for lxc_conf
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