Enum Elink
pub enum Elink {
_0 = 0,
_1 = 1,
}Expand description
Enable channel-to-channel linking on minor-loop complete
Value on reset: 0
Variants§
_0 = 0
0: The channel-to-channel linking is disabled
_1 = 1
1: The channel-to-channel linking is enabled
Trait Implementations§
impl Copy for Elink
impl Eq for Elink
impl StructuralPartialEq for Elink
Auto Trait Implementations§
impl Freeze for Elink
impl RefUnwindSafe for Elink
impl Send for Elink
impl Sync for Elink
impl Unpin for Elink
impl UnwindSafe for Elink
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