pub struct Vtl0Linux<'a> {
pub command_line: &'a CString,
pub load_info: LoadInfo,
}
Fields§
§command_line: &'a CString
§load_info: LoadInfo
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Vtl0Linux<'a>
impl<'a> RefUnwindSafe for Vtl0Linux<'a>
impl<'a> Send for Vtl0Linux<'a>
impl<'a> Sync for Vtl0Linux<'a>
impl<'a> Unpin for Vtl0Linux<'a>
impl<'a> UnwindSafe for Vtl0Linux<'a>
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