pub struct VZLinuxBootLoader(/* private fields */);
Expand description
bootLoader for Linux kernel
Trait Implementations§
Source§impl VZBootLoader for VZLinuxBootLoader
impl VZBootLoader for VZLinuxBootLoader
Auto Trait Implementations§
impl Freeze for VZLinuxBootLoader
impl RefUnwindSafe for VZLinuxBootLoader
impl !Send for VZLinuxBootLoader
impl !Sync for VZLinuxBootLoader
impl Unpin for VZLinuxBootLoader
impl UnwindSafe for VZLinuxBootLoader
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