Struct microsoft_dia::bindings::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
This method tests for
self and other values to be equal, and is used
by ==.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§
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