Struct floating_ui_utils::PartialSideObject
source · pub struct PartialSideObject {
pub top: Option<f64>,
pub right: Option<f64>,
pub bottom: Option<f64>,
pub left: Option<f64>,
}
Fields§
§top: Option<f64>
§right: Option<f64>
§bottom: Option<f64>
§left: Option<f64>
Trait Implementations§
source§impl Clone for PartialSideObject
impl Clone for PartialSideObject
source§fn clone(&self) -> PartialSideObject
fn clone(&self) -> PartialSideObject
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 PartialSideObject
impl RefUnwindSafe for PartialSideObject
impl Send for PartialSideObject
impl Sync for PartialSideObject
impl Unpin for PartialSideObject
impl UnwindSafe for PartialSideObject
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