#[repr(C)]pub struct ResistRefChannelsData {
pub pack_num: u32,
pub sz_samples: u32,
pub sz_referents: u32,
pub samples: *mut f64,
pub referents: *mut f64,
}Expand description
Multi-channel resistance data with referents.
Fields§
§pack_num: u32§sz_samples: u32§sz_referents: u32§samples: *mut f64§referents: *mut f64Trait Implementations§
Source§impl Clone for ResistRefChannelsData
impl Clone for ResistRefChannelsData
Source§fn clone(&self) -> ResistRefChannelsData
fn clone(&self) -> ResistRefChannelsData
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 ResistRefChannelsData
impl Debug for ResistRefChannelsData
impl Copy for ResistRefChannelsData
Auto Trait Implementations§
impl Freeze for ResistRefChannelsData
impl RefUnwindSafe for ResistRefChannelsData
impl !Send for ResistRefChannelsData
impl !Sync for ResistRefChannelsData
impl Unpin for ResistRefChannelsData
impl UnsafeUnpin for ResistRefChannelsData
impl UnwindSafe for ResistRefChannelsData
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