Enum intel_spi::FdoSection
source · [−]#[repr(u32)]
pub enum FdoSection {
Map,
Component,
Region,
Master,
}Variants
Map
Component
Region
Master
Auto Trait Implementations
impl RefUnwindSafe for FdoSection
impl Send for FdoSection
impl Sync for FdoSection
impl Unpin for FdoSection
impl UnwindSafe for FdoSection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more