pub struct Rems(_);
Trait Implementations§
source§impl From<Rems> for AbsoluteLength
impl From<Rems> for AbsoluteLength
source§impl From<Rems> for DefiniteLength
impl From<Rems> for DefiniteLength
impl Copy for Rems
Auto Trait Implementations§
impl RefUnwindSafe for Rems
impl Send for Rems
impl Sync for Rems
impl Unpin for Rems
impl UnwindSafe for Rems
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