Struct windows_metadata::reader::TypeName
source · [−]Fields
namespace: &'a str
name: &'a str
Implementations
sourceimpl<'a> TypeName<'a>
impl<'a> TypeName<'a>
pub const None: Self = _
pub const Enum: Self = _
pub const Delegate: Self = _
pub const Struct: Self = _
pub const Object: Self = _
pub const GUID: Self = _
pub const Type: Self = _
pub const Attribute: Self = _
pub const IsConst: Self = _
pub const TimeSpan: Self = _
pub const HResult: Self = _
pub const IAsyncAction: Self = _
pub const IAsyncActionWithProgress: Self = _
pub const IAsyncOperation: Self = _
pub const IAsyncOperationWithProgress: Self = _
pub const Vector2: Self = _
pub const Vector3: Self = _
pub const Vector4: Self = _
pub const Matrix3x2: Self = _
pub const Matrix4x4: Self = _
pub const IIterable: Self = _
pub const IIterator: Self = _
pub const IVectorView: Self = _
pub const IVector: Self = _
pub const WIN32_ERROR: Self = _
pub const NTSTATUS: Self = _
pub const BOOL: Self = _
pub const PWSTR: Self = _
pub const PSTR: Self = _
pub const BSTR: Self = _
pub const HANDLE: Self = _
pub const HRESULT: Self = _
pub const D2D_MATRIX_3X2_F: Self = _
pub const IUnknown: Self = _
pub const HSTRING: Self = _
pub const IInspectable: Self = _
pub const LARGE_INTEGER: Self = _
pub const ULARGE_INTEGER: Self = _
pub const IRestrictedErrorInfo: Self = _
pub const IDispatch: Self = _
pub const IN_ADDR: Self = _
pub const IN6_ADDR: Self = _
pub const SOCKADDR_IN: Self = _
pub const SOCKADDR_IN6: Self = _
pub const SOCKADDR_INET: Self = _
pub fn new(namespace: &'a str, name: &'a str) -> Self
pub fn parse(full_name: &'a str) -> Self
Trait Implementations
sourceimpl<'a> Ord for TypeName<'a>
impl<'a> Ord for TypeName<'a>
sourceimpl<'a> PartialOrd<TypeName<'a>> for TypeName<'a>
impl<'a> PartialOrd<TypeName<'a>> for TypeName<'a>
sourcefn partial_cmp(&self, other: &TypeName<'a>) -> Option<Ordering>
fn partial_cmp(&self, other: &TypeName<'a>) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
impl<'a> Copy for TypeName<'a>
impl<'a> Eq for TypeName<'a>
impl<'a> StructuralEq for TypeName<'a>
impl<'a> StructuralPartialEq for TypeName<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for TypeName<'a>
impl<'a> Send for TypeName<'a>
impl<'a> Sync for TypeName<'a>
impl<'a> Unpin for TypeName<'a>
impl<'a> UnwindSafe for TypeName<'a>
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