pub struct CssNumber(/* private fields */);Expand description
A structure representing the CSS number.
Implementations§
Trait Implementations§
impl Copy for CssNumber
Auto Trait Implementations§
impl Freeze for CssNumber
impl RefUnwindSafe for CssNumber
impl Send for CssNumber
impl Sync for CssNumber
impl Unpin for CssNumber
impl UnwindSafe for CssNumber
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