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