Struct microsoft_dia::bindings::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
This method tests for
self and other values to be equal, and is used
by ==.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§
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