Struct floating_ui_dom::DefaultLimiter
source · pub struct DefaultLimiter;
Expand description
Default Limiter
, which doesn’t limit shifting.
Trait Implementations§
source§impl Clone for DefaultLimiter
impl Clone for DefaultLimiter
source§fn clone(&self) -> DefaultLimiter
fn clone(&self) -> DefaultLimiter
Returns a copy 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 DefaultLimiter
impl Debug for DefaultLimiter
source§impl Default for DefaultLimiter
impl Default for DefaultLimiter
source§fn default() -> DefaultLimiter
fn default() -> DefaultLimiter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultLimiter
impl RefUnwindSafe for DefaultLimiter
impl Send for DefaultLimiter
impl Sync for DefaultLimiter
impl Unpin for DefaultLimiter
impl UnwindSafe for DefaultLimiter
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