pub enum IntfMode {
In,
Out,
Inout,
Buffer,
Linkage,
}
Variants§
Trait Implementations§
impl Copy for IntfMode
impl Eq for IntfMode
impl StructuralPartialEq for IntfMode
Auto Trait Implementations§
impl Freeze for IntfMode
impl RefUnwindSafe for IntfMode
impl Send for IntfMode
impl Sync for IntfMode
impl Unpin for IntfMode
impl UnwindSafe for IntfMode
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