pub struct ContainerQueryHysteresis {
pub up: Px,
pub down: Px,
}Fields§
§up: Px§down: PxTrait Implementations§
Source§impl Clone for ContainerQueryHysteresis
impl Clone for ContainerQueryHysteresis
Source§fn clone(&self) -> ContainerQueryHysteresis
fn clone(&self) -> ContainerQueryHysteresis
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 ContainerQueryHysteresis
impl Debug for ContainerQueryHysteresis
Source§impl Default for ContainerQueryHysteresis
impl Default for ContainerQueryHysteresis
impl Copy for ContainerQueryHysteresis
Auto Trait Implementations§
impl Freeze for ContainerQueryHysteresis
impl RefUnwindSafe for ContainerQueryHysteresis
impl Send for ContainerQueryHysteresis
impl Sync for ContainerQueryHysteresis
impl Unpin for ContainerQueryHysteresis
impl UnsafeUnpin for ContainerQueryHysteresis
impl UnwindSafe for ContainerQueryHysteresis
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