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