pub struct SpacerProps {
pub layout: LayoutStyle,
pub min: Px,
}Fields§
§layout: LayoutStyle§min: PxTrait Implementations§
Source§impl Clone for SpacerProps
impl Clone for SpacerProps
Source§fn clone(&self) -> SpacerProps
fn clone(&self) -> SpacerProps
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 SpacerProps
impl Debug for SpacerProps
Source§impl Default for SpacerProps
impl Default for SpacerProps
impl Copy for SpacerProps
Auto Trait Implementations§
impl Freeze for SpacerProps
impl RefUnwindSafe for SpacerProps
impl Send for SpacerProps
impl Sync for SpacerProps
impl Unpin for SpacerProps
impl UnsafeUnpin for SpacerProps
impl UnwindSafe for SpacerProps
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