#[repr(C)]pub struct DEVPROPERTY {
pub CompKey: DEVPROPCOMPKEY,
pub Type: u32,
pub BufferSize: u32,
pub Buffer: *mut c_void,
}Fields§
§CompKey: DEVPROPCOMPKEY§Type: u32§BufferSize: u32§Buffer: *mut c_voidTrait Implementations§
Source§impl Abi for DEVPROPERTY
impl Abi for DEVPROPERTY
Source§type Abi = DEVPROPERTY
type Abi = DEVPROPERTY
The abi representation of the implementing type. Read more
type DefaultType = DEVPROPERTY
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 DEVPROPERTY
impl Clone for DEVPROPERTY
Source§fn clone(&self) -> DEVPROPERTY
fn clone(&self) -> DEVPROPERTY
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 DEVPROPERTY
Source§impl Debug for DEVPROPERTY
impl Debug for DEVPROPERTY
Source§impl Default for DEVPROPERTY
impl Default for DEVPROPERTY
impl Eq for DEVPROPERTY
Auto Trait Implementations§
impl !Send for DEVPROPERTY
impl !Sync for DEVPROPERTY
impl Freeze for DEVPROPERTY
impl RefUnwindSafe for DEVPROPERTY
impl Unpin for DEVPROPERTY
impl UnsafeUnpin for DEVPROPERTY
impl UnwindSafe for DEVPROPERTY
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