#[repr(C)]pub struct CommandLineOptionInfo {
pub option: *mut i8,
pub parameters: *mut CommandLineParameterInfoList,
}Fields§
§option: *mut i8§parameters: *mut CommandLineParameterInfoListTrait Implementations§
Source§impl Clone for CommandLineOptionInfo
impl Clone for CommandLineOptionInfo
Source§fn clone(&self) -> CommandLineOptionInfo
fn clone(&self) -> CommandLineOptionInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CommandLineOptionInfo
Auto Trait Implementations§
impl !Send for CommandLineOptionInfo
impl !Sync for CommandLineOptionInfo
impl Freeze for CommandLineOptionInfo
impl RefUnwindSafe for CommandLineOptionInfo
impl Unpin for CommandLineOptionInfo
impl UnsafeUnpin for CommandLineOptionInfo
impl UnwindSafe for CommandLineOptionInfo
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