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