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