pub struct RangeDopplerAzimuthAxes {
pub frame: usize,
pub doppler: usize,
pub azimuth: usize,
pub range: usize,
}Fields§
§frame: usize§doppler: usize§azimuth: usize§range: usizeTrait Implementations§
Source§impl Clone for RangeDopplerAzimuthAxes
impl Clone for RangeDopplerAzimuthAxes
Source§fn clone(&self) -> RangeDopplerAzimuthAxes
fn clone(&self) -> RangeDopplerAzimuthAxes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RangeDopplerAzimuthAxes
Source§impl Debug for RangeDopplerAzimuthAxes
impl Debug for RangeDopplerAzimuthAxes
impl Eq for RangeDopplerAzimuthAxes
Source§impl PartialEq for RangeDopplerAzimuthAxes
impl PartialEq for RangeDopplerAzimuthAxes
impl StructuralPartialEq for RangeDopplerAzimuthAxes
Auto Trait Implementations§
impl Freeze for RangeDopplerAzimuthAxes
impl RefUnwindSafe for RangeDopplerAzimuthAxes
impl Send for RangeDopplerAzimuthAxes
impl Sync for RangeDopplerAzimuthAxes
impl Unpin for RangeDopplerAzimuthAxes
impl UnsafeUnpin for RangeDopplerAzimuthAxes
impl UnwindSafe for RangeDopplerAzimuthAxes
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