#[repr(C)]pub struct SCM_INTERLEAVED_PD_INFO {
pub DeviceHandle: u32,
pub DeviceGuid: Guid,
}Fields§
§DeviceHandle: u32§DeviceGuid: GuidTrait Implementations§
Source§impl Abi for SCM_INTERLEAVED_PD_INFO
impl Abi for SCM_INTERLEAVED_PD_INFO
Source§type Abi = SCM_INTERLEAVED_PD_INFO
type Abi = SCM_INTERLEAVED_PD_INFO
The abi representation of the implementing type. Read more
type DefaultType = SCM_INTERLEAVED_PD_INFO
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for SCM_INTERLEAVED_PD_INFO
impl Clone for SCM_INTERLEAVED_PD_INFO
Source§fn clone(&self) -> SCM_INTERLEAVED_PD_INFO
fn clone(&self) -> SCM_INTERLEAVED_PD_INFO
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SCM_INTERLEAVED_PD_INFO
Source§impl Debug for SCM_INTERLEAVED_PD_INFO
impl Debug for SCM_INTERLEAVED_PD_INFO
Source§impl Default for SCM_INTERLEAVED_PD_INFO
impl Default for SCM_INTERLEAVED_PD_INFO
impl Eq for SCM_INTERLEAVED_PD_INFO
Auto Trait Implementations§
impl Freeze for SCM_INTERLEAVED_PD_INFO
impl RefUnwindSafe for SCM_INTERLEAVED_PD_INFO
impl Send for SCM_INTERLEAVED_PD_INFO
impl Sync for SCM_INTERLEAVED_PD_INFO
impl Unpin for SCM_INTERLEAVED_PD_INFO
impl UnsafeUnpin for SCM_INTERLEAVED_PD_INFO
impl UnwindSafe for SCM_INTERLEAVED_PD_INFO
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