pub struct ContextMenuPopperVars {
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 ContextMenuPopperVars
impl Clone for ContextMenuPopperVars
Source§fn clone(&self) -> ContextMenuPopperVars
fn clone(&self) -> ContextMenuPopperVars
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 ContextMenuPopperVars
impl Debug for ContextMenuPopperVars
Source§impl PartialEq for ContextMenuPopperVars
impl PartialEq for ContextMenuPopperVars
impl Copy for ContextMenuPopperVars
impl StructuralPartialEq for ContextMenuPopperVars
Auto Trait Implementations§
impl Freeze for ContextMenuPopperVars
impl RefUnwindSafe for ContextMenuPopperVars
impl Send for ContextMenuPopperVars
impl Sync for ContextMenuPopperVars
impl Unpin for ContextMenuPopperVars
impl UnsafeUnpin for ContextMenuPopperVars
impl UnwindSafe for ContextMenuPopperVars
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