Struct microsoft_dia::bindings::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
This method tests for
self and other values to be equal, and is used
by ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more