pub struct Camera {
pub position: String,
pub look: String,
}
Expand description
Represents a single camera in a VMF file.
Fields§
§position: String
The position of the camera in the VMF coordinate system.
look: String
The point at which the camera is looking, in the VMF coordinate system.
Trait Implementations§
impl StructuralPartialEq for Camera
Auto Trait Implementations§
impl Freeze for Camera
impl RefUnwindSafe for Camera
impl Send for Camera
impl Sync for Camera
impl Unpin for Camera
impl UnwindSafe for Camera
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