pub struct Comdat {
pub name: String,
pub selection_kind: SelectionKind,
}
Expand description
Fields
name: String
selection_kind: SelectionKind
Trait Implementations
sourceimpl PartialEq<Comdat> for Comdat
impl PartialEq<Comdat> for Comdat
impl Eq for Comdat
impl StructuralEq for Comdat
impl StructuralPartialEq for Comdat
Auto Trait Implementations
impl RefUnwindSafe for Comdat
impl Send for Comdat
impl Sync for Comdat
impl Unpin for Comdat
impl UnwindSafe for Comdat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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