#[repr(C)]pub struct DepthSpacePoint {
pub X: f32,
pub Y: f32,
}Fields§
§X: f32§Y: f32Trait Implementations§
Source§impl Debug for DepthSpacePoint
impl Debug for DepthSpacePoint
Source§impl Default for DepthSpacePoint
impl Default for DepthSpacePoint
Source§fn default() -> DepthSpacePoint
fn default() -> DepthSpacePoint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DepthSpacePoint
impl RefUnwindSafe for DepthSpacePoint
impl Send for DepthSpacePoint
impl Sync for DepthSpacePoint
impl Unpin for DepthSpacePoint
impl UnwindSafe for DepthSpacePoint
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