#[repr(C)]pub struct LayoutGap {
pub inner: PixelValue,
}Fields§
§inner: PixelValueTrait Implementations§
Source§impl FormatAsRustCode for LayoutGap
impl FormatAsRustCode for LayoutGap
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl From<LayoutGap> for CssProperty
impl From<LayoutGap> for CssProperty
Source§impl Ord for LayoutGap
impl Ord for LayoutGap
Source§impl PartialOrd for LayoutGap
impl PartialOrd for LayoutGap
Source§impl PrintAsCssValue for LayoutGap
impl PrintAsCssValue for LayoutGap
fn print_as_css_value(&self) -> String
impl Copy for LayoutGap
impl Eq for LayoutGap
impl StructuralPartialEq for LayoutGap
Auto Trait Implementations§
impl Freeze for LayoutGap
impl RefUnwindSafe for LayoutGap
impl Send for LayoutGap
impl Sync for LayoutGap
impl Unpin for LayoutGap
impl UnwindSafe for LayoutGap
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