pub struct ClipDist {
pub near: f32,
pub far: f32,
}Expand description
Near/far clip plane distances for a camera.
Fields§
§near: f32§far: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClipDist
impl RefUnwindSafe for ClipDist
impl Send for ClipDist
impl Sync for ClipDist
impl Unpin for ClipDist
impl UnsafeUnpin for ClipDist
impl UnwindSafe for ClipDist
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