Struct microsoft_dia::SymTag
[−]#[repr(transparent)]pub struct SymTag(pub i32);Tuple Fields
0: i32Trait Implementations
impl Copy for SymTag
impl Eq for SymTag
impl StructuralEq for SymTag
impl StructuralPartialEq for SymTag
Auto Trait Implementations
impl RefUnwindSafe for SymTag
impl Send for SymTag
impl Sync for SymTag
impl Unpin for SymTag
impl UnwindSafe for SymTag
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