#[repr(C)]pub struct _SDEV_IDENTIFIER_INTERFACE {
pub InterfaceHeader: INTERFACE,
pub GetIdentifier: PGET_SDEV_IDENTIFIER,
}Fields§
§InterfaceHeader: INTERFACE§GetIdentifier: PGET_SDEV_IDENTIFIERTrait Implementations§
Source§impl Clone for _SDEV_IDENTIFIER_INTERFACE
impl Clone for _SDEV_IDENTIFIER_INTERFACE
Source§fn clone(&self) -> _SDEV_IDENTIFIER_INTERFACE
fn clone(&self) -> _SDEV_IDENTIFIER_INTERFACE
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _SDEV_IDENTIFIER_INTERFACE
impl Debug for _SDEV_IDENTIFIER_INTERFACE
impl Copy for _SDEV_IDENTIFIER_INTERFACE
Auto Trait Implementations§
impl Freeze for _SDEV_IDENTIFIER_INTERFACE
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