Struct microsoft_dia::LocationType
[−]#[repr(transparent)]pub struct LocationType(pub i32);Tuple Fields
0: i32Trait Implementations
impl Clone for LocationType
impl Clone for LocationType
impl Debug for LocationType
impl Debug for LocationType
impl Default for LocationType
impl Default for LocationType
impl PartialEq<LocationType> for LocationType
impl PartialEq<LocationType> for LocationType
fn eq(&self, other: &LocationType) -> bool
fn eq(&self, other: &LocationType) -> bool
impl Copy for LocationType
impl Eq for LocationType
impl StructuralEq for LocationType
impl StructuralPartialEq for LocationType
Auto Trait Implementations
impl RefUnwindSafe for LocationType
impl Send for LocationType
impl Sync for LocationType
impl Unpin for LocationType
impl UnwindSafe for LocationType
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