Struct windows_metadata::reader::QueryPosition
source · pub struct QueryPosition {
pub object: usize,
pub guid: usize,
}
Fields§
§object: usize
§guid: usize
Trait Implementations§
source§impl Clone for QueryPosition
impl Clone for QueryPosition
source§fn clone(&self) -> QueryPosition
fn clone(&self) -> QueryPosition
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 PartialEq<QueryPosition> for QueryPosition
impl PartialEq<QueryPosition> for QueryPosition
source§fn eq(&self, other: &QueryPosition) -> bool
fn eq(&self, other: &QueryPosition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.