pub struct ResolutionProperty {
pub xres: f32,
pub yres: f32,
}Fields§
§xres: f32§yres: f32Trait Implementations§
Source§impl Debug for ResolutionProperty
impl Debug for ResolutionProperty
Source§impl PartialEq for ResolutionProperty
impl PartialEq for ResolutionProperty
Source§fn eq(&self, other: &ResolutionProperty) -> bool
fn eq(&self, other: &ResolutionProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResolutionProperty
Auto Trait Implementations§
impl Freeze for ResolutionProperty
impl RefUnwindSafe for ResolutionProperty
impl Send for ResolutionProperty
impl Sync for ResolutionProperty
impl Unpin for ResolutionProperty
impl UnsafeUnpin for ResolutionProperty
impl UnwindSafe for ResolutionProperty
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