#[repr(C)]pub struct q_obj_PCDIMMDeviceInfo_wrapper {
pub data: *mut PCDIMMDeviceInfo,
}Fields§
§data: *mut PCDIMMDeviceInfoTrait Implementations§
Source§impl Clone for q_obj_PCDIMMDeviceInfo_wrapper
impl Clone for q_obj_PCDIMMDeviceInfo_wrapper
Source§fn clone(&self) -> q_obj_PCDIMMDeviceInfo_wrapper
fn clone(&self) -> q_obj_PCDIMMDeviceInfo_wrapper
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for q_obj_PCDIMMDeviceInfo_wrapper
Auto Trait Implementations§
impl Freeze for q_obj_PCDIMMDeviceInfo_wrapper
impl RefUnwindSafe for q_obj_PCDIMMDeviceInfo_wrapper
impl !Send for q_obj_PCDIMMDeviceInfo_wrapper
impl !Sync for q_obj_PCDIMMDeviceInfo_wrapper
impl Unpin for q_obj_PCDIMMDeviceInfo_wrapper
impl UnwindSafe for q_obj_PCDIMMDeviceInfo_wrapper
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