#[repr(C)]pub struct SCM_LOGICAL_DEVICES {
pub Version: u32,
pub Size: u32,
pub DeviceCount: u32,
pub Devices: [SCM_LOGICAL_DEVICE_INSTANCE; 1],
}Fields§
§Version: u32§Size: u32§DeviceCount: u32§Devices: [SCM_LOGICAL_DEVICE_INSTANCE; 1]Trait Implementations§
Source§impl Abi for SCM_LOGICAL_DEVICES
impl Abi for SCM_LOGICAL_DEVICES
Source§type Abi = SCM_LOGICAL_DEVICES
type Abi = SCM_LOGICAL_DEVICES
The abi representation of the implementing type. Read more
type DefaultType = SCM_LOGICAL_DEVICES
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_LOGICAL_DEVICES
impl Clone for SCM_LOGICAL_DEVICES
Source§fn clone(&self) -> SCM_LOGICAL_DEVICES
fn clone(&self) -> SCM_LOGICAL_DEVICES
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_LOGICAL_DEVICES
Source§impl Debug for SCM_LOGICAL_DEVICES
impl Debug for SCM_LOGICAL_DEVICES
Source§impl Default for SCM_LOGICAL_DEVICES
impl Default for SCM_LOGICAL_DEVICES
impl Eq for SCM_LOGICAL_DEVICES
Auto Trait Implementations§
impl Freeze for SCM_LOGICAL_DEVICES
impl RefUnwindSafe for SCM_LOGICAL_DEVICES
impl Send for SCM_LOGICAL_DEVICES
impl Sync for SCM_LOGICAL_DEVICES
impl Unpin for SCM_LOGICAL_DEVICES
impl UnsafeUnpin for SCM_LOGICAL_DEVICES
impl UnwindSafe for SCM_LOGICAL_DEVICES
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