Struct sndjvu_format::annot::Highlight
source · pub struct Highlight {
pub color: Color,
pub opacity: u32,
}
Expand description
Highlighting of a rect
in the maparea
annotation.
Fields§
§color: Color
§opacity: u32
Trait Implementations§
source§impl PartialEq for Highlight
impl PartialEq for Highlight
impl Copy for Highlight
impl Eq for Highlight
impl StructuralEq for Highlight
impl StructuralPartialEq for Highlight
Auto Trait Implementations§
impl RefUnwindSafe for Highlight
impl Send for Highlight
impl Sync for Highlight
impl Unpin for Highlight
impl UnwindSafe for Highlight
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