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