#[repr(C)]pub struct DevicePropertyInfoList {
pub next: *mut DevicePropertyInfoList,
pub value: *mut DevicePropertyInfo,
}Fields§
§next: *mut DevicePropertyInfoList§value: *mut DevicePropertyInfoTrait Implementations§
Source§impl Clone for DevicePropertyInfoList
impl Clone for DevicePropertyInfoList
Source§fn clone(&self) -> DevicePropertyInfoList
fn clone(&self) -> DevicePropertyInfoList
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 DevicePropertyInfoList
Auto Trait Implementations§
impl !Send for DevicePropertyInfoList
impl !Sync for DevicePropertyInfoList
impl Freeze for DevicePropertyInfoList
impl RefUnwindSafe for DevicePropertyInfoList
impl Unpin for DevicePropertyInfoList
impl UnsafeUnpin for DevicePropertyInfoList
impl UnwindSafe for DevicePropertyInfoList
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