#[repr(u8)]pub enum Detected {
INDUCTOR_NOT_DETECTED = 0,
INDUCTOR_DETECTED = 1,
}
Variants§
INDUCTOR_NOT_DETECTED = 0
VREGMAIN inductor not detected
INDUCTOR_DETECTED = 1
VREGMAIN inductor detected
Implementations§
Trait Implementations§
Source§impl Ord for Detected
impl Ord for Detected
Source§impl PartialOrd for Detected
impl PartialOrd for Detected
impl Copy for Detected
impl Eq for Detected
impl StructuralPartialEq for Detected
Auto Trait Implementations§
impl Freeze for Detected
impl RefUnwindSafe for Detected
impl Send for Detected
impl Sync for Detected
impl Unpin for Detected
impl UnwindSafe for Detected
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)