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 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 PartialSideObject
impl Debug for PartialSideObject
Source§impl PartialEq for PartialSideObject
impl PartialEq for PartialSideObject
impl StructuralPartialEq for PartialSideObject
Auto 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