pub struct InsetInline<T>(pub T)
where
T: Clone + Debug + Display + PartialEq + UnitDataType<Self>;Expand description
Tuple Fields§
§0: TImplementations§
Trait Implementations§
Source§impl AbsoluteLengthStorage for InsetInline<InsetInlineValue>
impl AbsoluteLengthStorage for InsetInline<InsetInlineValue>
fn absolute_length(value: AbsoluteLength) -> Selfwhere
Self: Sized,
Source§impl<T> Clone for InsetInline<T>
impl<T> Clone for InsetInline<T>
Source§fn clone(&self) -> InsetInline<T>
fn clone(&self) -> InsetInline<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 InsetInline<InsetInlineValue>
impl ContainerLengthStorage for InsetInline<InsetInlineValue>
fn container_length(value: ContainerLength) -> Selfwhere
Self: Sized,
Source§impl<T> Debug for InsetInline<T>
impl<T> Debug for InsetInline<T>
Source§impl Default for InsetInline<InsetInlineValue>
impl Default for InsetInline<InsetInlineValue>
Source§impl<T> Display for InsetInline<T>
impl<T> Display for InsetInline<T>
Source§impl EmStorage for InsetInline<InsetInlineValue>
impl EmStorage for InsetInline<InsetInlineValue>
Source§impl ExStorage for InsetInline<InsetInlineValue>
impl ExStorage for InsetInline<InsetInlineValue>
Source§impl FontLengthStorage for InsetInline<InsetInlineValue>
impl FontLengthStorage for InsetInline<InsetInlineValue>
fn font_length(value: FontLength) -> Selfwhere
Self: Sized,
Source§impl<T> From<T> for InsetInline<InsetInlineValue>where
T: Into<LengthPercentage>,
impl<T> From<T> for InsetInline<InsetInlineValue>where
T: Into<LengthPercentage>,
Source§impl<T> From<T> for InsetInline<T>
impl<T> From<T> for InsetInline<T>
Source§impl IcStorage for InsetInline<InsetInlineValue>
impl IcStorage for InsetInline<InsetInlineValue>
Source§impl InchStorage for InsetInline<InsetInlineValue>
impl InchStorage for InsetInline<InsetInlineValue>
Source§impl LengthPercentageStorage for InsetInline<InsetInlineValue>
impl LengthPercentageStorage for InsetInline<InsetInlineValue>
fn length_percentage(value: LengthPercentage) -> Selfwhere
Self: Sized,
Source§impl LengthStorage for InsetInline<InsetInlineValue>
impl LengthStorage for InsetInline<InsetInlineValue>
Source§impl<T> PartialEq for InsetInline<T>
impl<T> PartialEq for InsetInline<T>
Source§impl PicaStorage for InsetInline<InsetInlineValue>
impl PicaStorage for InsetInline<InsetInlineValue>
Source§impl PixelStorage for InsetInline<InsetInlineValue>
impl PixelStorage for InsetInline<InsetInlineValue>
Source§impl PointStorage for InsetInline<InsetInlineValue>
impl PointStorage for InsetInline<InsetInlineValue>
Source§impl<T> Property for InsetInline<T>
impl<T> Property for InsetInline<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 InsetInline<T>
impl<T> PropertyName for InsetInline<T>
fn property_name<'a>(&self) -> &'a str
Source§impl RelativeLengthStorage for InsetInline<InsetInlineValue>
impl RelativeLengthStorage for InsetInline<InsetInlineValue>
fn relative_length(value: RelativeLength) -> Selfwhere
Self: Sized,
Source§impl ViewportLengthStorage for InsetInline<InsetInlineValue>
impl ViewportLengthStorage for InsetInline<InsetInlineValue>
fn viewport_length(value: ViewportLength) -> Selfwhere
Self: Sized,
impl<T> StructuralPartialEq for InsetInline<T>
impl UnitDataType<InsetInline<InsetInlineValue>> for InsetInlineValue
impl UnitDataType<InsetInline<Nothing>> for Nothing
impl<T> UnitDataType<InsetInline<Var<T>>> for Var<T>
impl<T> UnitDataTypeContainer<T> for InsetInline<T>
Auto Trait Implementations§
impl<T> Freeze for InsetInline<T>where
T: Freeze,
impl<T> RefUnwindSafe for InsetInline<T>where
T: RefUnwindSafe,
impl<T> Send for InsetInline<T>where
T: Send,
impl<T> Sync for InsetInline<T>where
T: Sync,
impl<T> Unpin for InsetInline<T>where
T: Unpin,
impl<T> UnwindSafe for InsetInline<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