pub struct PhysicalExtent { /* private fields */ }Expand description
A two-dimensional drawable extent in physical pixels.
Implementations§
Trait Implementations§
Source§impl Clone for PhysicalExtent
impl Clone for PhysicalExtent
Source§fn clone(&self) -> PhysicalExtent
fn clone(&self) -> PhysicalExtent
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 PhysicalExtent
Source§impl Debug for PhysicalExtent
impl Debug for PhysicalExtent
Source§impl Default for PhysicalExtent
impl Default for PhysicalExtent
Source§fn default() -> PhysicalExtent
fn default() -> PhysicalExtent
Returns the “default value” for a type. Read more
impl Eq for PhysicalExtent
Source§impl PartialEq for PhysicalExtent
impl PartialEq for PhysicalExtent
impl StructuralPartialEq for PhysicalExtent
Auto Trait Implementations§
impl Freeze for PhysicalExtent
impl RefUnwindSafe for PhysicalExtent
impl Send for PhysicalExtent
impl Sync for PhysicalExtent
impl Unpin for PhysicalExtent
impl UnsafeUnpin for PhysicalExtent
impl UnwindSafe for PhysicalExtent
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