Struct microsoft_dia::bindings::StackFrameTypeEnum
#[repr(transparent)]pub struct StackFrameTypeEnum(pub i32);Tuple Fields§
§0: i32Trait Implementations§
§impl Clone for StackFrameTypeEnum
impl Clone for StackFrameTypeEnum
§impl Debug for StackFrameTypeEnum
impl Debug for StackFrameTypeEnum
§impl Default for StackFrameTypeEnum
impl Default for StackFrameTypeEnum
§impl PartialEq<StackFrameTypeEnum> for StackFrameTypeEnum
impl PartialEq<StackFrameTypeEnum> for StackFrameTypeEnum
§fn eq(&self, other: &StackFrameTypeEnum) -> bool
fn eq(&self, other: &StackFrameTypeEnum) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for StackFrameTypeEnum
impl Eq for StackFrameTypeEnum
impl StructuralEq for StackFrameTypeEnum
impl StructuralPartialEq for StackFrameTypeEnum
Auto Trait Implementations§
impl RefUnwindSafe for StackFrameTypeEnum
impl Send for StackFrameTypeEnum
impl Sync for StackFrameTypeEnum
impl Unpin for StackFrameTypeEnum
impl UnwindSafe for StackFrameTypeEnum
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