#[repr(u8)]pub enum InterruptLine {
Line0 = 0,
Line1 = 1,
Line2 = 2,
Line3 = 3,
Line4 = 4,
Line5 = 5,
Line6 = 6,
Line7 = 7,
}Variants§
Trait Implementations§
Source§impl Clone for InterruptLine
impl Clone for InterruptLine
Source§fn clone(&self) -> InterruptLine
fn clone(&self) -> InterruptLine
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InterruptLine
Source§impl Debug for InterruptLine
impl Debug for InterruptLine
impl Eq for InterruptLine
Source§impl PartialEq for InterruptLine
impl PartialEq for InterruptLine
impl StructuralPartialEq for InterruptLine
Auto Trait Implementations§
impl Freeze for InterruptLine
impl RefUnwindSafe for InterruptLine
impl Send for InterruptLine
impl Sync for InterruptLine
impl Unpin for InterruptLine
impl UnsafeUnpin for InterruptLine
impl UnwindSafe for InterruptLine
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