#[repr(u32)]pub enum FdoSection {
Map = 0,
Component = 4_096,
Region = 8_192,
Master = 12_288,
}Variants§
Auto Trait Implementations§
impl Freeze for FdoSection
impl RefUnwindSafe for FdoSection
impl Send for FdoSection
impl Sync for FdoSection
impl Unpin for FdoSection
impl UnsafeUnpin for FdoSection
impl UnwindSafe for FdoSection
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