Struct windows_sys::Wdk::System::SystemServices::SDEV_IDENTIFIER_INTERFACE
#[repr(C)]pub struct SDEV_IDENTIFIER_INTERFACE {
pub InterfaceHeader: INTERFACE,
pub GetIdentifier: PGET_SDEV_IDENTIFIER,
}
Fields§
§InterfaceHeader: INTERFACE
§GetIdentifier: PGET_SDEV_IDENTIFIER
Trait Implementations§
§impl Clone for SDEV_IDENTIFIER_INTERFACE
impl Clone for SDEV_IDENTIFIER_INTERFACE
impl Copy for SDEV_IDENTIFIER_INTERFACE
Auto Trait Implementations§
impl RefUnwindSafe for SDEV_IDENTIFIER_INTERFACE
impl !Send for SDEV_IDENTIFIER_INTERFACE
impl !Sync for SDEV_IDENTIFIER_INTERFACE
impl Unpin for SDEV_IDENTIFIER_INTERFACE
impl UnwindSafe for SDEV_IDENTIFIER_INTERFACE
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