Struct x11rb_protocol::resource_manager::Entry
source · pub(crate) struct Entry {
components: Vec<(Binding, Component)>,
value: Vec<u8>,
}
Expand description
A single entry in the resource manager database.
Fields§
§components: Vec<(Binding, Component)>
The components of the entry describe which queries it matches
value: Vec<u8>
The value of the entry is what the caller gets after a match.
Trait Implementations§
source§impl PartialEq for Entry
impl PartialEq for Entry
impl StructuralPartialEq for Entry
Auto Trait Implementations§
impl Freeze for Entry
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnwindSafe for Entry
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