Struct minimap2_sys::internal_state
source · [−]#[repr(C)]pub struct internal_state { /* private fields */ }Trait Implementations
sourceimpl Clone for internal_state
impl Clone for internal_state
sourcefn clone(&self) -> internal_state
fn clone(&self) -> internal_state
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 internal_state
impl Debug for internal_state
impl Copy for internal_state
Auto Trait Implementations
impl RefUnwindSafe for internal_state
impl Send for internal_state
impl Sync for internal_state
impl Unpin for internal_state
impl UnwindSafe for internal_state
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