Struct windows_metadata::TypeAttributes
source · [−]pub struct TypeAttributes(pub usize);
Tuple Fields
0: usize
Implementations
sourceimpl TypeAttributes
impl TypeAttributes
pub fn public(&self) -> bool
pub fn set_public(&mut self)
pub fn explicit_layout(&self) -> bool
pub fn set_explicit_layout(&mut self)
pub fn get_abstract(&self) -> bool
pub fn set_abstract(&mut self)
pub fn winrt(&self) -> bool
pub fn set_winrt(&mut self)
pub fn interface(&self) -> bool
pub fn set_interface(&mut self)
Trait Implementations
sourceimpl Default for TypeAttributes
impl Default for TypeAttributes
sourcefn default() -> TypeAttributes
fn default() -> TypeAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TypeAttributes
impl Send for TypeAttributes
impl Sync for TypeAttributes
impl Unpin for TypeAttributes
impl UnwindSafe for TypeAttributes
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