pub struct CameraBounds {
pub left: f32,
pub top: f32,
pub bottom: f32,
pub right: f32,
}Fields§
§left: f32§top: f32§bottom: f32§right: f32Implementations§
Trait Implementations§
Source§impl Clone for CameraBounds
impl Clone for CameraBounds
Source§fn clone(&self) -> CameraBounds
fn clone(&self) -> CameraBounds
Returns a copy 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 CameraBounds
impl Debug for CameraBounds
impl Copy for CameraBounds
Auto Trait Implementations§
impl Freeze for CameraBounds
impl RefUnwindSafe for CameraBounds
impl Send for CameraBounds
impl Sync for CameraBounds
impl Unpin for CameraBounds
impl UnwindSafe for CameraBounds
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