Struct minimap2_sys::ko_longopt_t
source · [−]Fields
name: *mut c_charhas_arg: c_intval: c_intTrait Implementations
sourceimpl Clone for ko_longopt_t
impl Clone for ko_longopt_t
sourcefn clone(&self) -> ko_longopt_t
fn clone(&self) -> ko_longopt_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ko_longopt_t
impl Debug for ko_longopt_t
impl Copy for ko_longopt_t
Auto Trait Implementations
impl RefUnwindSafe for ko_longopt_t
impl !Send for ko_longopt_t
impl !Sync for ko_longopt_t
impl Unpin for ko_longopt_t
impl UnwindSafe for ko_longopt_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more