Struct floating_ui_dom::MiddlewareReturn
source · pub struct MiddlewareReturn {
pub x: Option<f64>,
pub y: Option<f64>,
pub data: Option<Value>,
pub reset: Option<Reset>,
}
Expand description
Return of Middleware::compute
.
Fields§
§x: Option<f64>
§y: Option<f64>
§data: Option<Value>
§reset: Option<Reset>
Trait Implementations§
source§impl Clone for MiddlewareReturn
impl Clone for MiddlewareReturn
source§fn clone(&self) -> MiddlewareReturn
fn clone(&self) -> MiddlewareReturn
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 moreAuto Trait Implementations§
impl Freeze for MiddlewareReturn
impl RefUnwindSafe for MiddlewareReturn
impl Send for MiddlewareReturn
impl Sync for MiddlewareReturn
impl Unpin for MiddlewareReturn
impl UnwindSafe for MiddlewareReturn
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