pub struct XenDeviceModelHandle(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for XenDeviceModelHandle
impl Clone for XenDeviceModelHandle
Source§fn clone(&self) -> XenDeviceModelHandle
fn clone(&self) -> XenDeviceModelHandle
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 moreSource§impl Debug for XenDeviceModelHandle
impl Debug for XenDeviceModelHandle
Auto Trait Implementations§
impl Freeze for XenDeviceModelHandle
impl RefUnwindSafe for XenDeviceModelHandle
impl !Send for XenDeviceModelHandle
impl !Sync for XenDeviceModelHandle
impl Unpin for XenDeviceModelHandle
impl UnsafeUnpin for XenDeviceModelHandle
impl UnwindSafe for XenDeviceModelHandle
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