pub struct PixelRange<'a> {
pub index: Option<PixelAddr>,
pub row: Option<PixelAddr>,
pub col: Option<PixelAddr>,
pub key: Option<Key<'a>>,
}
Fields§
§index: Option<PixelAddr>
§row: Option<PixelAddr>
§col: Option<PixelAddr>
§key: Option<Key<'a>>
Implementations§
Trait Implementations§
Source§impl<'a> Clone for PixelRange<'a>
impl<'a> Clone for PixelRange<'a>
Source§fn clone(&self) -> PixelRange<'a>
fn clone(&self) -> PixelRange<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for PixelRange<'a>
impl<'a> Debug for PixelRange<'a>
Source§impl<'a> Default for PixelRange<'a>
impl<'a> Default for PixelRange<'a>
Source§fn default() -> PixelRange<'a>
fn default() -> PixelRange<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> Display for PixelRange<'a>
impl<'a> Display for PixelRange<'a>
Source§impl<'a> Hash for PixelRange<'a>
impl<'a> Hash for PixelRange<'a>
Source§impl<'a> PartialEq for PixelRange<'a>
impl<'a> PartialEq for PixelRange<'a>
impl<'a> Eq for PixelRange<'a>
impl<'a> StructuralPartialEq for PixelRange<'a>
Auto Trait Implementations§
impl<'a> Freeze for PixelRange<'a>
impl<'a> RefUnwindSafe for PixelRange<'a>
impl<'a> Send for PixelRange<'a>
impl<'a> Sync for PixelRange<'a>
impl<'a> Unpin for PixelRange<'a>
impl<'a> UnwindSafe for PixelRange<'a>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.