Struct microsoft_dia::MemoryTypeEnum
[−]#[repr(transparent)]pub struct MemoryTypeEnum(pub i32);Tuple Fields
0: i32Trait Implementations
impl Clone for MemoryTypeEnum
impl Clone for MemoryTypeEnum
impl Debug for MemoryTypeEnum
impl Debug for MemoryTypeEnum
impl Default for MemoryTypeEnum
impl Default for MemoryTypeEnum
impl PartialEq<MemoryTypeEnum> for MemoryTypeEnum
impl PartialEq<MemoryTypeEnum> for MemoryTypeEnum
fn eq(&self, other: &MemoryTypeEnum) -> bool
fn eq(&self, other: &MemoryTypeEnum) -> bool
impl Copy for MemoryTypeEnum
impl Eq for MemoryTypeEnum
impl StructuralEq for MemoryTypeEnum
impl StructuralPartialEq for MemoryTypeEnum
Auto Trait Implementations
impl RefUnwindSafe for MemoryTypeEnum
impl Send for MemoryTypeEnum
impl Sync for MemoryTypeEnum
impl Unpin for MemoryTypeEnum
impl UnwindSafe for MemoryTypeEnum
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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