pub enum ELINK_A {
ELINK_0,
ELINK_1,
}
Expand description
Enable channel-to-channel linking on minor-loop complete
Value on reset: 0
Variants§
ELINK_0
0: The channel-to-channel linking is disabled
ELINK_1
1: The channel-to-channel linking is enabled
Trait Implementations§
source§impl PartialEq<ELINK_A> for ELINK_A
impl PartialEq<ELINK_A> for ELINK_A
impl Copy for ELINK_A
impl Eq for ELINK_A
impl StructuralEq for ELINK_A
impl StructuralPartialEq for ELINK_A
Auto Trait Implementations§
impl RefUnwindSafe for ELINK_A
impl Send for ELINK_A
impl Sync for ELINK_A
impl Unpin for ELINK_A
impl UnwindSafe for ELINK_A
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