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