#[repr(C)]pub struct Hconv_mask_s {
pub f: i32,
pub gk: *mut i32,
pub num_max: i32,
}Fields§
§f: i32§gk: *mut i32§num_max: i32Trait Implementations§
Source§impl Clone for Hconv_mask_s
impl Clone for Hconv_mask_s
Source§fn clone(&self) -> Hconv_mask_s
fn clone(&self) -> Hconv_mask_s
Returns a copy 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 Hconv_mask_s
impl Debug for Hconv_mask_s
impl Copy for Hconv_mask_s
Auto Trait Implementations§
impl Freeze for Hconv_mask_s
impl RefUnwindSafe for Hconv_mask_s
impl !Send for Hconv_mask_s
impl !Sync for Hconv_mask_s
impl Unpin for Hconv_mask_s
impl UnwindSafe for Hconv_mask_s
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