Struct windows_metadata::GenericParam
source · pub struct GenericParam(pub Row);
Tuple Fields§
§0: Row
Implementations§
Trait Implementations§
source§impl AsRow for GenericParam
impl AsRow for GenericParam
const TABLE: usize = 3usize
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 GenericParam
impl Clone for GenericParam
source§fn clone(&self) -> GenericParam
fn clone(&self) -> GenericParam
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 GenericParam
impl Debug for GenericParam
source§impl From<GenericParam> for HasAttribute
impl From<GenericParam> for HasAttribute
source§fn from(from: GenericParam) -> Self
fn from(from: GenericParam) -> Self
Converts to this type from the input type.
source§impl Hash for GenericParam
impl Hash for GenericParam
source§impl Ord for GenericParam
impl Ord for GenericParam
source§fn cmp(&self, other: &GenericParam) -> Ordering
fn cmp(&self, other: &GenericParam) -> 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 GenericParam
impl PartialEq for GenericParam
source§fn eq(&self, other: &GenericParam) -> bool
fn eq(&self, other: &GenericParam) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GenericParam
impl PartialOrd for GenericParam
source§fn partial_cmp(&self, other: &GenericParam) -> Option<Ordering>
fn partial_cmp(&self, other: &GenericParam) -> 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 GenericParam
impl Eq for GenericParam
impl StructuralEq for GenericParam
impl StructuralPartialEq for GenericParam
Auto Trait Implementations§
impl RefUnwindSafe for GenericParam
impl Send for GenericParam
impl Sync for GenericParam
impl Unpin for GenericParam
impl UnwindSafe for GenericParam
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