#[repr(u8)]pub enum Setinta {
NoEffect = 0,
Set = 1,
}Variants§
NoEffect = 0
No effect.
Set = 1
Set. The INTA flag for this channel will be set when the current descriptor is exhausted.
Implementations§
Trait Implementations§
Source§impl Ord for Setinta
impl Ord for Setinta
Source§impl PartialOrd for Setinta
impl PartialOrd for Setinta
impl Copy for Setinta
impl Eq for Setinta
impl StructuralPartialEq for Setinta
Auto Trait Implementations§
impl Freeze for Setinta
impl RefUnwindSafe for Setinta
impl Send for Setinta
impl Sync for Setinta
impl Unpin for Setinta
impl UnwindSafe for Setinta
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