struct VfioPmCap {
offset: u32,
capabilities: u32,
config: PmConfig,
}Fields§
§offset: u32§capabilities: u32§config: PmConfigImplementations§
Auto Trait Implementations§
impl Freeze for VfioPmCap
impl RefUnwindSafe for VfioPmCap
impl Send for VfioPmCap
impl Sync for VfioPmCap
impl Unpin for VfioPmCap
impl UnwindSafe for VfioPmCap
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