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