#[repr(C)]pub struct hexbin_2pass_t {
pub nc: c_int,
pub cntmax: c_int,
pub action: c_int,
pub priv_: *mut hexbin_2pass_priv_t,
}Fields§
§nc: c_int§cntmax: c_int§action: c_int§priv_: *mut hexbin_2pass_priv_tTrait Implementations§
Source§impl Clone for hexbin_2pass_t
impl Clone for hexbin_2pass_t
Source§fn clone(&self) -> hexbin_2pass_t
fn clone(&self) -> hexbin_2pass_t
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 hexbin_2pass_t
impl Debug for hexbin_2pass_t
impl Copy for hexbin_2pass_t
Auto Trait Implementations§
impl Freeze for hexbin_2pass_t
impl RefUnwindSafe for hexbin_2pass_t
impl !Send for hexbin_2pass_t
impl !Sync for hexbin_2pass_t
impl Unpin for hexbin_2pass_t
impl UnwindSafe for hexbin_2pass_t
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