Struct windows_metadata::writer::TypeName
source · [−]Fields
namespace: String
name: String
Implementations
sourceimpl TypeName
impl TypeName
pub fn new(namespace: &str, name: &str) -> Self
pub fn system_value_type() -> Self
pub fn system_enum() -> Self
pub fn system_delegate() -> Self
Trait Implementations
sourceimpl Ord for TypeName
impl Ord for TypeName
sourceimpl PartialOrd<TypeName> for TypeName
impl PartialOrd<TypeName> for TypeName
sourcefn partial_cmp(&self, other: &TypeName) -> Option<Ordering>
fn partial_cmp(&self, other: &TypeName) -> 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 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
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