pub struct Comdat {
pub name: String,
pub selection_kind: SelectionKind,
}
Expand description
Fields§
§name: String
§selection_kind: SelectionKind
Trait Implementations§
source§impl 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§
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