pub struct XenControl { /* private fields */ }
Implementations§
Source§impl XenControl
impl XenControl
Auto Trait Implementations§
impl Freeze for XenControl
impl RefUnwindSafe for XenControl
impl !Send for XenControl
impl !Sync for XenControl
impl Unpin for XenControl
impl UnwindSafe for XenControl
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