Struct windows_metadata::TypeName
source · pub struct TypeName {
pub namespace: &'static str,
pub name: &'static str,
}Fields§
§namespace: &'static str§name: &'static strImplementations§
source§impl TypeName
impl TypeName
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 HResult: Self = _
pub const IAsyncAction: Self = _
pub const IAsyncActionWithProgress: Self = _
pub const IAsyncOperation: Self = _
pub const IAsyncOperationWithProgress: 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 PWSTR: Self = _
pub const PSTR: Self = _
pub const BSTR: Self = _
pub const HANDLE: Self = _
pub const HRESULT: Self = _
pub const CHAR: Self = _
pub const BOOL: Self = _
pub const WIN32_ERROR: Self = _
pub const D2D_MATRIX_3X2_F: Self = _
pub const D3DMATRIX: Self = _
pub const IUnknown: Self = _
pub const HSTRING: Self = _
pub const IInspectable: Self = _
pub const IRestrictedErrorInfo: Self = _
pub const IDispatch: Self = _
pub fn new(namespace: &'static str, name: &'static str) -> Self
pub fn parse(full_name: &'static str) -> Self
Trait Implementations§
source§impl Ord for TypeName
impl Ord for TypeName
source§impl PartialEq for TypeName
impl PartialEq for TypeName
source§impl PartialOrd for TypeName
impl PartialOrd for TypeName
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 TypeName
impl Eq for TypeName
impl StructuralEq for TypeName
impl StructuralPartialEq for TypeName
Auto Trait Implementations§
impl RefUnwindSafe for TypeName
impl Send for TypeName
impl Sync for TypeName
impl Unpin for TypeName
impl UnwindSafe for TypeName
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