#[repr(C)]pub struct Orphans {
pub inner: u32,
}Expand description
CSS orphans property - minimum number of lines in a block container
that must be shown at the bottom of a page, region, or column.
Fields§
§inner: u32Trait Implementations§
Source§impl FormatAsRustCode for Orphans
impl FormatAsRustCode for Orphans
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl From<Orphans> for CssProperty
impl From<Orphans> for CssProperty
Source§impl Ord for Orphans
impl Ord for Orphans
Source§impl PartialOrd for Orphans
impl PartialOrd for Orphans
Source§impl PrintAsCssValue for Orphans
impl PrintAsCssValue for Orphans
fn print_as_css_value(&self) -> String
impl Copy for Orphans
impl Eq for Orphans
impl StructuralPartialEq for Orphans
Auto Trait Implementations§
impl Freeze for Orphans
impl RefUnwindSafe for Orphans
impl Send for Orphans
impl Sync for Orphans
impl Unpin for Orphans
impl UnwindSafe for Orphans
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