pub struct CommandLineConfig<'a> {
pub address: u64,
pub cmdline: &'a CString,
}
Fields§
§address: u64
§cmdline: &'a CString
Auto Trait Implementations§
impl<'a> Freeze for CommandLineConfig<'a>
impl<'a> RefUnwindSafe for CommandLineConfig<'a>
impl<'a> Send for CommandLineConfig<'a>
impl<'a> Sync for CommandLineConfig<'a>
impl<'a> Unpin for CommandLineConfig<'a>
impl<'a> UnwindSafe for CommandLineConfig<'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