Struct smbioslib::BiosCharacteristicsExtension0
source · [−]pub struct BiosCharacteristicsExtension0 {
pub raw: u8,
}
Expand description
Fields
raw: u8
Raw value
Implementations
sourceimpl BiosCharacteristicsExtension0
impl BiosCharacteristicsExtension0
sourcepub fn acpi_is_supported(&self) -> bool
pub fn acpi_is_supported(&self) -> bool
ACPI is supported.
sourcepub fn usb_legacy_is_supported(&self) -> bool
pub fn usb_legacy_is_supported(&self) -> bool
USB Legacy is supported.
sourcepub fn agp_is_supported(&self) -> bool
pub fn agp_is_supported(&self) -> bool
AGP is supported.
sourcepub fn i2oboot_is_supported(&self) -> bool
pub fn i2oboot_is_supported(&self) -> bool
I2O boot is supported.
sourcepub fn ls120super_disk_boot_is_supported(&self) -> bool
pub fn ls120super_disk_boot_is_supported(&self) -> bool
LS-120 SuperDisk boot is supported.
sourcepub fn atapi_zip_drive_boot_is_supported(&self) -> bool
pub fn atapi_zip_drive_boot_is_supported(&self) -> bool
ATAPI ZIP drive boot is supported.
sourcepub fn boot_1394is_supported(&self) -> bool
pub fn boot_1394is_supported(&self) -> bool
1394 boot is supported.
sourcepub fn smart_battery_is_supported(&self) -> bool
pub fn smart_battery_is_supported(&self) -> bool
Smart battery is supported.
Trait Implementations
sourceimpl Debug for BiosCharacteristicsExtension0
impl Debug for BiosCharacteristicsExtension0
sourceimpl Deref for BiosCharacteristicsExtension0
impl Deref for BiosCharacteristicsExtension0
sourceimpl From<u8> for BiosCharacteristicsExtension0
impl From<u8> for BiosCharacteristicsExtension0
sourceimpl PartialEq<BiosCharacteristicsExtension0> for BiosCharacteristicsExtension0
impl PartialEq<BiosCharacteristicsExtension0> for BiosCharacteristicsExtension0
sourcefn eq(&self, other: &BiosCharacteristicsExtension0) -> bool
fn eq(&self, other: &BiosCharacteristicsExtension0) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &BiosCharacteristicsExtension0) -> bool
fn ne(&self, other: &BiosCharacteristicsExtension0) -> bool
This method tests for !=
.
impl Eq for BiosCharacteristicsExtension0
impl StructuralEq for BiosCharacteristicsExtension0
impl StructuralPartialEq for BiosCharacteristicsExtension0
Auto Trait Implementations
impl RefUnwindSafe for BiosCharacteristicsExtension0
impl Send for BiosCharacteristicsExtension0
impl Sync for BiosCharacteristicsExtension0
impl Unpin for BiosCharacteristicsExtension0
impl UnwindSafe for BiosCharacteristicsExtension0
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