Struct minimap2_sys::__kstring_t
source · [−]Fields
l: size_tm: size_ts: *mut c_charTrait Implementations
sourceimpl Clone for __kstring_t
impl Clone for __kstring_t
sourcefn clone(&self) -> __kstring_t
fn clone(&self) -> __kstring_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 __kstring_t
impl Debug for __kstring_t
impl Copy for __kstring_t
Auto Trait Implementations
impl RefUnwindSafe for __kstring_t
impl !Send for __kstring_t
impl !Sync for __kstring_t
impl Unpin for __kstring_t
impl UnwindSafe for __kstring_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