Struct windows_metadata::AssemblyRef
source · pub struct AssemblyRef(pub Row);
Tuple Fields§
§0: Row
Trait Implementations§
source§impl AsRow for AssemblyRef
impl AsRow for AssemblyRef
const TABLE: usize = 15usize
fn to_row(&self) -> Row
fn from_row(row: Row) -> Self
fn file(&self) -> &'static File
fn reader(&self) -> &'static Reader
fn index(&self) -> usize
fn next(&self) -> Self
fn usize(&self, column: usize) -> usize
fn str(&self, column: usize) -> &'static str
fn row(&self, column: usize) -> Row
fn decode<T: Decode>(&self, column: usize) -> T
fn blob(&self, column: usize) -> Blob
fn list<R: AsRow>(&self, column: usize) -> RowIterator<R> ⓘ
fn equal_range<L: AsRow>(&self, column: usize, value: usize) -> RowIterator<L> ⓘ
source§impl Clone for AssemblyRef
impl Clone for AssemblyRef
source§fn clone(&self) -> AssemblyRef
fn clone(&self) -> AssemblyRef
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 Debug for AssemblyRef
impl Debug for AssemblyRef
source§impl From<AssemblyRef> for ResolutionScope
impl From<AssemblyRef> for ResolutionScope
source§fn from(from: AssemblyRef) -> Self
fn from(from: AssemblyRef) -> Self
Converts to this type from the input type.
source§impl Hash for AssemblyRef
impl Hash for AssemblyRef
source§impl Ord for AssemblyRef
impl Ord for AssemblyRef
source§fn cmp(&self, other: &AssemblyRef) -> Ordering
fn cmp(&self, other: &AssemblyRef) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for AssemblyRef
impl PartialEq for AssemblyRef
source§fn eq(&self, other: &AssemblyRef) -> bool
fn eq(&self, other: &AssemblyRef) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for AssemblyRef
impl PartialOrd for AssemblyRef
source§fn partial_cmp(&self, other: &AssemblyRef) -> Option<Ordering>
fn partial_cmp(&self, other: &AssemblyRef) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for AssemblyRef
impl Eq for AssemblyRef
impl StructuralEq for AssemblyRef
impl StructuralPartialEq for AssemblyRef
Auto Trait Implementations§
impl RefUnwindSafe for AssemblyRef
impl Send for AssemblyRef
impl Sync for AssemblyRef
impl Unpin for AssemblyRef
impl UnwindSafe for AssemblyRef
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