Struct minimap2_sys::ketopt_t
source · [−]#[repr(C)]pub struct ketopt_t {
pub ind: c_int,
pub opt: c_int,
pub arg: *mut c_char,
pub longidx: c_int,
pub i: c_int,
pub pos: c_int,
pub n_args: c_int,
}Fields
ind: c_intopt: c_intarg: *mut c_charlongidx: c_inti: c_intpos: c_intn_args: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ketopt_t
impl !Send for ketopt_t
impl !Sync for ketopt_t
impl Unpin for ketopt_t
impl UnwindSafe for ketopt_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