pub struct PointSizingQuery {
pub position_m: [f64; 3],
}Fields§
§position_m: [f64; 3]Trait Implementations§
Source§impl Clone for PointSizingQuery
impl Clone for PointSizingQuery
Source§fn clone(&self) -> PointSizingQuery
fn clone(&self) -> PointSizingQuery
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 PointSizingQuery
Source§impl Debug for PointSizingQuery
impl Debug for PointSizingQuery
Source§impl PartialEq for PointSizingQuery
impl PartialEq for PointSizingQuery
impl StructuralPartialEq for PointSizingQuery
Auto Trait Implementations§
impl Freeze for PointSizingQuery
impl RefUnwindSafe for PointSizingQuery
impl Send for PointSizingQuery
impl Sync for PointSizingQuery
impl Unpin for PointSizingQuery
impl UnsafeUnpin for PointSizingQuery
impl UnwindSafe for PointSizingQuery
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