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