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