Struct libamdgpu_top::AMDGPU::FW_VERSION::FwVer
source · pub struct FwVer {
pub fw_type: FW_TYPE,
pub ip_instance: u32,
pub index: u32,
pub version: u32,
pub feature: u32,
}Fields§
§fw_type: FW_TYPE§ip_instance: u32§index: u32§version: u32§feature: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for FwVer
impl RefUnwindSafe for FwVer
impl Send for FwVer
impl Sync for FwVer
impl Unpin for FwVer
impl UnwindSafe for FwVer
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