#[repr(C)]pub struct PtDspyDeepSample {
pub Z: f32,
pub ZBack: f32,
pub A: [f32; 3],
pub U: [f32; 1],
}Fields§
§Z: f32§ZBack: f32§A: [f32; 3]§U: [f32; 1]Trait Implementations§
Source§impl Clone for PtDspyDeepSample
impl Clone for PtDspyDeepSample
Source§fn clone(&self) -> PtDspyDeepSample
fn clone(&self) -> PtDspyDeepSample
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 PtDspyDeepSample
impl Debug for PtDspyDeepSample
impl Copy for PtDspyDeepSample
Auto Trait Implementations§
impl Freeze for PtDspyDeepSample
impl RefUnwindSafe for PtDspyDeepSample
impl Send for PtDspyDeepSample
impl Sync for PtDspyDeepSample
impl Unpin for PtDspyDeepSample
impl UnwindSafe for PtDspyDeepSample
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