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