pub struct Camera { /* private fields */ }Implementations§
Source§impl Camera
impl Camera
pub fn get_preset(&self) -> &PresetCameraValues
pub fn set_preset(&mut self, value: PresetCameraValues) -> &mut Self
pub fn get_rotation(&self) -> Option<&Rotation>
pub fn get_rotation_mut(&mut self) -> Option<&mut Rotation>
pub fn set_rotation(&mut self, value: Rotation) -> &mut Self
Trait Implementations§
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