#[repr(usize)]pub enum RegionKind {
Descriptor = 0,
Bios = 1,
ManagementEngine = 2,
Ethernet = 3,
PlatformData = 4,
Reserved5 = 5,
Reserved6 = 6,
Reserved7 = 7,
EmbeddedController = 8,
}Variants§
Descriptor = 0
Bios = 1
ManagementEngine = 2
Ethernet = 3
PlatformData = 4
Reserved5 = 5
Reserved6 = 6
Reserved7 = 7
EmbeddedController = 8
Trait Implementations§
Source§impl Clone for RegionKind
impl Clone for RegionKind
Source§fn clone(&self) -> RegionKind
fn clone(&self) -> RegionKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RegionKind
Source§impl Debug for RegionKind
impl Debug for RegionKind
Auto Trait Implementations§
impl Freeze for RegionKind
impl RefUnwindSafe for RegionKind
impl Send for RegionKind
impl Sync for RegionKind
impl Unpin for RegionKind
impl UnsafeUnpin for RegionKind
impl UnwindSafe for RegionKind
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