pub struct ZoomLimits {
pub closest: ZoomSpecification,
pub furthest: ZoomSpecification,
pub furthest_game_view: ZoomSpecification,
}Expand description
A set of limitations for the player zoom level.
Fields§
§closest: ZoomSpecification§furthest: ZoomSpecification§furthest_game_view: ZoomSpecificationTrait Implementations§
Source§impl Clone for ZoomLimits
impl Clone for ZoomLimits
Source§fn clone(&self) -> ZoomLimits
fn clone(&self) -> ZoomLimits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ZoomLimits
Source§impl Debug for ZoomLimits
impl Debug for ZoomLimits
Source§impl Default for ZoomLimits
impl Default for ZoomLimits
Source§fn default() -> ZoomLimits
fn default() -> ZoomLimits
Returns the “default value” for a type. Read more
Source§impl PartialEq for ZoomLimits
impl PartialEq for ZoomLimits
impl StructuralPartialEq for ZoomLimits
Auto Trait Implementations§
impl Freeze for ZoomLimits
impl RefUnwindSafe for ZoomLimits
impl Send for ZoomLimits
impl Sync for ZoomLimits
impl Unpin for ZoomLimits
impl UnsafeUnpin for ZoomLimits
impl UnwindSafe for ZoomLimits
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