pub enum Sb64supselect {
No = 0,
Yes = 1,
}
Expand description
64-Bit System Bus Support
Value on reset: 0
Variants§
No = 0
0: 32-bit Address Descriptors and System Bus
Yes = 1
1: 64-bit Address Descriptors and System Bus
Trait Implementations§
Source§impl Clone for Sb64supselect
impl Clone for Sb64supselect
Source§fn clone(&self) -> Sb64supselect
fn clone(&self) -> Sb64supselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Sb64supselect
impl Debug for Sb64supselect
Source§impl From<Sb64supselect> for bool
impl From<Sb64supselect> for bool
Source§fn from(variant: Sb64supselect) -> Self
fn from(variant: Sb64supselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Sb64supselect
impl PartialEq for Sb64supselect
impl Copy for Sb64supselect
impl Eq for Sb64supselect
impl StructuralPartialEq for Sb64supselect
Auto Trait Implementations§
impl Freeze for Sb64supselect
impl RefUnwindSafe for Sb64supselect
impl Send for Sb64supselect
impl Sync for Sb64supselect
impl Unpin for Sb64supselect
impl UnwindSafe for Sb64supselect
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