pub struct PopperAvailableMetrics {
pub available_width: Px,
pub available_height: Px,
pub anchor_width: Px,
pub anchor_height: Px,
}Fields§
§available_width: Px§available_height: Px§anchor_width: Px§anchor_height: PxTrait Implementations§
Source§impl Clone for PopperAvailableMetrics
impl Clone for PopperAvailableMetrics
Source§fn clone(&self) -> PopperAvailableMetrics
fn clone(&self) -> PopperAvailableMetrics
Returns a duplicate 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 PopperAvailableMetrics
impl Debug for PopperAvailableMetrics
Source§impl PartialEq for PopperAvailableMetrics
impl PartialEq for PopperAvailableMetrics
impl Copy for PopperAvailableMetrics
impl StructuralPartialEq for PopperAvailableMetrics
Auto Trait Implementations§
impl Freeze for PopperAvailableMetrics
impl RefUnwindSafe for PopperAvailableMetrics
impl Send for PopperAvailableMetrics
impl Sync for PopperAvailableMetrics
impl Unpin for PopperAvailableMetrics
impl UnsafeUnpin for PopperAvailableMetrics
impl UnwindSafe for PopperAvailableMetrics
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