pub struct HighlightQuadCommand { /* private fields */ }Available on crate features
experimental and Overlay and DOM and Page and Runtime only.Expand description
Highlights given quad. Coordinates are absolute with respect to the main frame viewport.
Implementations§
Trait Implementations§
Source§impl Clone for HighlightQuadCommand
impl Clone for HighlightQuadCommand
Source§fn clone(&self) -> HighlightQuadCommand
fn clone(&self) -> HighlightQuadCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Command for HighlightQuadCommand
impl Command for HighlightQuadCommand
Source§impl Debug for HighlightQuadCommand
impl Debug for HighlightQuadCommand
Source§impl<'de> Deserialize<'de> for HighlightQuadCommand
impl<'de> Deserialize<'de> for HighlightQuadCommand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for HighlightQuadCommand
impl RefUnwindSafe for HighlightQuadCommand
impl Send for HighlightQuadCommand
impl Sync for HighlightQuadCommand
impl Unpin for HighlightQuadCommand
impl UnwindSafe for HighlightQuadCommand
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