Enum Package
#[repr(u8)]pub enum Package {
_0010 = 2,
_0011 = 3,
_0100 = 4,
_0110 = 6,
_0111 = 7,
_1000 = 8,
}Expand description
Package
Value on reset: 0
Variants§
_0010 = 2
2: 48 LQFP
_0011 = 3
3: 64 LQFP
_0100 = 4
4: 100 LQFP
_0110 = 6
6: 144 LQFP
_0111 = 7
7: 176 LQFP
_1000 = 8
8: 100 MAP BGA
Trait Implementations§
impl Copy for Package
impl Eq for Package
impl IsEnum for Package
impl StructuralPartialEq for Package
Auto Trait Implementations§
impl Freeze for Package
impl RefUnwindSafe for Package
impl Send for Package
impl Sync for Package
impl Unpin for Package
impl UnwindSafe for Package
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