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