pub enum PcifSys {
Dis = 0,
En = 1,
}Expand description
PCIF Control.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PcifSys
impl Eq for PcifSys
impl StructuralPartialEq for PcifSys
Auto Trait Implementations§
impl Freeze for PcifSys
impl RefUnwindSafe for PcifSys
impl Send for PcifSys
impl Sync for PcifSys
impl Unpin for PcifSys
impl UnwindSafe for PcifSys
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