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