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