pub struct ScrollMarginBlockStart<T>(pub T)
where
T: Clone + Debug + Display + PartialEq + UnitDataType<Self>;Expand description
Tuple Fields§
§0: TImplementations§
Trait Implementations§
Source§impl AbsoluteLengthStorage for ScrollMarginBlockStart<ScrollMarginBlockStartValue>
impl AbsoluteLengthStorage for ScrollMarginBlockStart<ScrollMarginBlockStartValue>
fn absolute_length(value: AbsoluteLength) -> Selfwhere
Self: Sized,
Source§impl<T> Clone for ScrollMarginBlockStart<T>
impl<T> Clone for ScrollMarginBlockStart<T>
Source§fn clone(&self) -> ScrollMarginBlockStart<T>
fn clone(&self) -> ScrollMarginBlockStart<T>
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 ContainerLengthStorage for ScrollMarginBlockStart<ScrollMarginBlockStartValue>
impl ContainerLengthStorage for ScrollMarginBlockStart<ScrollMarginBlockStartValue>
fn container_length(value: ContainerLength) -> Selfwhere
Self: Sized,
Source§impl<T> Debug for ScrollMarginBlockStart<T>
impl<T> Debug for ScrollMarginBlockStart<T>
Source§impl<T> Display for ScrollMarginBlockStart<T>
impl<T> Display for ScrollMarginBlockStart<T>
Source§impl FontLengthStorage for ScrollMarginBlockStart<ScrollMarginBlockStartValue>
impl FontLengthStorage for ScrollMarginBlockStart<ScrollMarginBlockStartValue>
fn font_length(value: FontLength) -> Selfwhere
Self: Sized,
Source§impl<T> From<T> for ScrollMarginBlockStart<ScrollMarginBlockStartValue>
impl<T> From<T> for ScrollMarginBlockStart<ScrollMarginBlockStartValue>
Source§impl<T> From<T> for ScrollMarginBlockStart<T>
impl<T> From<T> for ScrollMarginBlockStart<T>
Source§impl<T> PartialEq for ScrollMarginBlockStart<T>
impl<T> PartialEq for ScrollMarginBlockStart<T>
Source§impl<T> Property for ScrollMarginBlockStart<T>
impl<T> Property for ScrollMarginBlockStart<T>
Source§fn declaration(&self) -> String
fn declaration(&self) -> String
Returns the stringified property name with its value
as a CSS declaration to be used within a declaration block. Read more
Source§impl<T> PropertyName for ScrollMarginBlockStart<T>
impl<T> PropertyName for ScrollMarginBlockStart<T>
fn property_name<'a>(&self) -> &'a str
Source§impl RelativeLengthStorage for ScrollMarginBlockStart<ScrollMarginBlockStartValue>
impl RelativeLengthStorage for ScrollMarginBlockStart<ScrollMarginBlockStartValue>
fn relative_length(value: RelativeLength) -> Selfwhere
Self: Sized,
Source§impl ViewportLengthStorage for ScrollMarginBlockStart<ScrollMarginBlockStartValue>
impl ViewportLengthStorage for ScrollMarginBlockStart<ScrollMarginBlockStartValue>
fn viewport_length(value: ViewportLength) -> Selfwhere
Self: Sized,
impl<T> StructuralPartialEq for ScrollMarginBlockStart<T>
impl UnitDataType<ScrollMarginBlockStart<Nothing>> for Nothing
impl UnitDataType<ScrollMarginBlockStart<ScrollMarginBlockStartValue>> for ScrollMarginBlockStartValue
impl<T> UnitDataType<ScrollMarginBlockStart<Var<T>>> for Var<T>
impl<T> UnitDataTypeContainer<T> for ScrollMarginBlockStart<T>
Auto Trait Implementations§
impl<T> Freeze for ScrollMarginBlockStart<T>where
T: Freeze,
impl<T> RefUnwindSafe for ScrollMarginBlockStart<T>where
T: RefUnwindSafe,
impl<T> Send for ScrollMarginBlockStart<T>where
T: Send,
impl<T> Sync for ScrollMarginBlockStart<T>where
T: Sync,
impl<T> Unpin for ScrollMarginBlockStart<T>where
T: Unpin,
impl<T> UnwindSafe for ScrollMarginBlockStart<T>where
T: UnwindSafe,
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