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