pub struct PlacedCamera {
pub fov: f64,
pub position: Position,
}Fields§
§fov: f64Horizontal FOV (in radians)
position: PositionImplementations§
Trait Implementations§
Source§impl Clone for PlacedCamera
impl Clone for PlacedCamera
Source§fn clone(&self) -> PlacedCamera
fn clone(&self) -> PlacedCamera
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 PlacedCamera
impl Debug for PlacedCamera
Source§impl PartialEq for PlacedCamera
impl PartialEq for PlacedCamera
impl Copy for PlacedCamera
impl StructuralPartialEq for PlacedCamera
Auto Trait Implementations§
impl Freeze for PlacedCamera
impl RefUnwindSafe for PlacedCamera
impl Send for PlacedCamera
impl Sync for PlacedCamera
impl Unpin for PlacedCamera
impl UnwindSafe for PlacedCamera
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