Struct x11rb_protocol::resource_manager::matcher::MatchComponent
source · struct MatchComponent {
preceding_binding: Binding,
how_matched: HowMatched,
}
Expand description
Info on how an (unskipped) component of the query was matched
This information is used to decide which of two matches is “better” in compare_matches()
.
Fields§
§preceding_binding: Binding
§how_matched: HowMatched
Trait Implementations§
source§impl Clone for MatchComponent
impl Clone for MatchComponent
source§fn clone(&self) -> MatchComponent
fn clone(&self) -> MatchComponent
Returns a copy 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 Debug for MatchComponent
impl Debug for MatchComponent
impl Copy for MatchComponent
Auto Trait Implementations§
impl Freeze for MatchComponent
impl RefUnwindSafe for MatchComponent
impl Send for MatchComponent
impl Sync for MatchComponent
impl Unpin for MatchComponent
impl UnwindSafe for MatchComponent
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