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