Struct floating_ui_utils::SideObject 
source · pub struct SideObject {
    pub top: f64,
    pub right: f64,
    pub bottom: f64,
    pub left: f64,
}Fields§
§top: f64§right: f64§bottom: f64§left: f64Implementations§
Trait Implementations§
source§impl Clone for SideObject
 
impl Clone for SideObject
source§fn clone(&self) -> SideObject
 
fn clone(&self) -> SideObject
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 SideObject
 
impl Debug for SideObject
source§impl<'de> Deserialize<'de> for SideObject
 
impl<'de> Deserialize<'de> for SideObject
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for SideObject
 
impl PartialEq for SideObject
source§fn eq(&self, other: &SideObject) -> bool
 
fn eq(&self, other: &SideObject) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for SideObject
 
impl Serialize for SideObject
impl StructuralPartialEq for SideObject
Auto Trait Implementations§
impl Freeze for SideObject
impl RefUnwindSafe for SideObject
impl Send for SideObject
impl Sync for SideObject
impl Unpin for SideObject
impl UnwindSafe for SideObject
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