pub struct ARPattHandle {
pub patt_num: i32,
pub patt_num_max: i32,
pub pattf: Vec<i32>,
pub patt: Vec<Vec<i32>>,
pub pattpow: Vec<ARdouble>,
pub patt_bw: Vec<Vec<i32>>,
pub pattpow_bw: Vec<ARdouble>,
pub patt_size: i32,
}Fields§
§patt_num: i32§patt_num_max: i32§pattf: Vec<i32>§patt: Vec<Vec<i32>>§pattpow: Vec<ARdouble>§patt_bw: Vec<Vec<i32>>§pattpow_bw: Vec<ARdouble>§patt_size: i32Implementations§
Trait Implementations§
Source§impl Clone for ARPattHandle
impl Clone for ARPattHandle
Source§fn clone(&self) -> ARPattHandle
fn clone(&self) -> ARPattHandle
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 ARPattHandle
impl Debug for ARPattHandle
Source§impl Default for ARPattHandle
impl Default for ARPattHandle
Source§fn default() -> ARPattHandle
fn default() -> ARPattHandle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ARPattHandle
impl RefUnwindSafe for ARPattHandle
impl Send for ARPattHandle
impl Sync for ARPattHandle
impl Unpin for ARPattHandle
impl UnsafeUnpin for ARPattHandle
impl UnwindSafe for ARPattHandle
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