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 ==.