pub struct QueryWindow {
pub start: usize,
pub end: usize,
pub overscan: usize,
}Fields§
§start: usize§end: usize§overscan: usizeImplementations§
Trait Implementations§
Source§impl Clone for QueryWindow
impl Clone for QueryWindow
Source§fn clone(&self) -> QueryWindow
fn clone(&self) -> QueryWindow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QueryWindow
impl Debug for QueryWindow
Source§impl<'de> Deserialize<'de> for QueryWindow
impl<'de> Deserialize<'de> for QueryWindow
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
Source§impl PartialEq for QueryWindow
impl PartialEq for QueryWindow
Source§fn eq(&self, other: &QueryWindow) -> bool
fn eq(&self, other: &QueryWindow) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for QueryWindow
impl Serialize for QueryWindow
impl Copy for QueryWindow
impl Eq for QueryWindow
impl StructuralPartialEq for QueryWindow
Auto Trait Implementations§
impl Freeze for QueryWindow
impl RefUnwindSafe for QueryWindow
impl Send for QueryWindow
impl Sync for QueryWindow
impl Unpin for QueryWindow
impl UnsafeUnpin for QueryWindow
impl UnwindSafe for QueryWindow
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