#[repr(u8)]pub enum HpcEnet2 {
HPC_ENET2_0 = 0,
HPC_ENET2_1 = 1,
}Variants§
HPC_ENET2_0 = 0
User mode for the corresponding master
HPC_ENET2_1 = 1
Supervisor mode for the corresponding master
Implementations§
Trait Implementations§
Source§impl Ord for HpcEnet2
impl Ord for HpcEnet2
Source§impl PartialOrd for HpcEnet2
impl PartialOrd for HpcEnet2
impl Copy for HpcEnet2
impl Eq for HpcEnet2
impl StructuralPartialEq for HpcEnet2
Auto Trait Implementations§
impl Freeze for HpcEnet2
impl RefUnwindSafe for HpcEnet2
impl Send for HpcEnet2
impl Sync for HpcEnet2
impl Unpin for HpcEnet2
impl UnwindSafe for HpcEnet2
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