Struct smbioslib::Handle [−][src]
pub struct Handle(pub u16);
Expand description
Structure Handle
Each SMBIOS structure has a handle or instance value associated with it. Some structures will reference other structures by using this value.
Dereference a handle (*handle) to access its u16 value.
Implementations
Methods from Deref<Target = u16>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Handle
impl UnwindSafe for Handle