Struct windows_metadata::TypeRef
source · pub struct TypeRef(pub Row);Tuple Fields§
§0: RowImplementations§
Trait Implementations§
source§impl AsRow for TypeRef
impl AsRow for TypeRef
const TABLE: usize = 9usize
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 From<TypeRef> for HasAttribute
impl From<TypeRef> for HasAttribute
source§impl From<TypeRef> for MemberRefParent
impl From<TypeRef> for MemberRefParent
source§impl From<TypeRef> for ResolutionScope
impl From<TypeRef> for ResolutionScope
source§impl From<TypeRef> for TypeDefOrRef
impl From<TypeRef> for TypeDefOrRef
source§impl Ord for TypeRef
impl Ord for TypeRef
source§impl PartialEq for TypeRef
impl PartialEq for TypeRef
source§impl PartialOrd for TypeRef
impl PartialOrd for TypeRef
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 TypeRef
impl Eq for TypeRef
impl StructuralEq for TypeRef
impl StructuralPartialEq for TypeRef
Auto Trait Implementations§
impl RefUnwindSafe for TypeRef
impl Send for TypeRef
impl Sync for TypeRef
impl Unpin for TypeRef
impl UnwindSafe for TypeRef
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