Struct windows_metadata::reader::QueryPosition
source · [−]Fields
object: usize
guid: usize
Trait Implementations
sourceimpl Clone for QueryPosition
impl Clone for QueryPosition
sourcefn clone(&self) -> QueryPosition
fn clone(&self) -> QueryPosition
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl PartialEq<QueryPosition> for QueryPosition
impl PartialEq<QueryPosition> for QueryPosition
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &QueryPosition) -> bool
fn ne(&self, other: &QueryPosition) -> bool
This method tests for !=
.
impl Copy for QueryPosition
impl Eq for QueryPosition
impl StructuralEq for QueryPosition
impl StructuralPartialEq for QueryPosition
Auto Trait Implementations
impl RefUnwindSafe for QueryPosition
impl Send for QueryPosition
impl Sync for QueryPosition
impl Unpin for QueryPosition
impl UnwindSafe for QueryPosition
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more