#[repr(usize)]pub enum BioCore {
Core0 = 0,
Core1 = 1,
Core2 = 2,
Core3 = 3,
}Variants§
Trait Implementations§
impl Copy for BioCore
impl Eq for BioCore
impl StructuralPartialEq for BioCore
Auto Trait Implementations§
impl Freeze for BioCore
impl RefUnwindSafe for BioCore
impl Send for BioCore
impl Sync for BioCore
impl Unpin for BioCore
impl UnwindSafe for BioCore
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