Struct windows_sys::Wdk::System::SystemServices::PCI_EXPRESS_PTM_CAPABILITY
#[repr(C)]pub struct PCI_EXPRESS_PTM_CAPABILITY {
pub Header: PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER,
pub PtmCapability: PCI_EXPRESS_PTM_CAPABILITY_REGISTER,
pub PtmControl: PCI_EXPRESS_PTM_CONTROL_REGISTER,
}
Fields§
§Header: PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER
§PtmCapability: PCI_EXPRESS_PTM_CAPABILITY_REGISTER
§PtmControl: PCI_EXPRESS_PTM_CONTROL_REGISTER
Trait Implementations§
§impl Clone for PCI_EXPRESS_PTM_CAPABILITY
impl Clone for PCI_EXPRESS_PTM_CAPABILITY
impl Copy for PCI_EXPRESS_PTM_CAPABILITY
Auto Trait Implementations§
impl RefUnwindSafe for PCI_EXPRESS_PTM_CAPABILITY
impl Send for PCI_EXPRESS_PTM_CAPABILITY
impl Sync for PCI_EXPRESS_PTM_CAPABILITY
impl Unpin for PCI_EXPRESS_PTM_CAPABILITY
impl UnwindSafe for PCI_EXPRESS_PTM_CAPABILITY
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