pub enum IsIdr {
No,
Yes {
idr_pic_id: u16,
},
}
Variants
No
Yes
Fields
idr_pic_id: u16
Trait Implementations
impl Copy for IsIdr
impl Eq for IsIdr
impl StructuralEq for IsIdr
impl StructuralPartialEq for IsIdr
Auto Trait Implementations
impl RefUnwindSafe for IsIdr
impl Send for IsIdr
impl Sync for IsIdr
impl Unpin for IsIdr
impl UnwindSafe for IsIdr
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