Struct smbioslib::ProcessorSpecificBlock [−][src]
Fields
raw: &'a [u8]Raw byte slice for this processor specific block
Implementations
impl<'a> ProcessorSpecificBlock<'a>[src]
pub fn block_length(&self) -> u8[src]
Length of ‘processor_specific_data’
pub fn processor_type(&self) -> ProcessorArchitectureTypeData[src]
The processor architecture delineated by this ‘ProcessorSpecificBlock’.
pub fn processor_specific_data(&self) -> &'a [u8]ⓘ[src]
Offset of the field within the structure referenced by the Referenced Handle for which additional information is provided
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ProcessorSpecificBlock<'a>
impl<'a> Send for ProcessorSpecificBlock<'a>
impl<'a> Sync for ProcessorSpecificBlock<'a>
impl<'a> Unpin for ProcessorSpecificBlock<'a>
impl<'a> UnwindSafe for ProcessorSpecificBlock<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut Tⓘ[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,