#[repr(u32)]pub enum IoxDir {
Input = 0,
Output = 1,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoxDir
impl RefUnwindSafe for IoxDir
impl Send for IoxDir
impl Sync for IoxDir
impl Unpin for IoxDir
impl UnwindSafe for IoxDir
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