Struct accessibility_tree::primitives::CssPx
source · pub struct CssPx;
Expand description
Origin at top-left corner, unit 1px
Auto Trait Implementations§
impl Freeze for CssPx
impl RefUnwindSafe for CssPx
impl Send for CssPx
impl Sync for CssPx
impl Unpin for CssPx
impl UnwindSafe for CssPx
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