pub struct XenInterfaceHandle(/* private fields */);
Implementations§
Source§impl XenInterfaceHandle
impl XenInterfaceHandle
pub fn new() -> Result<Self, XenError>
pub fn new_with_options( logger: Option<&mut xentoollog_logger>, dombuild_logger: Option<&mut xentoollog_logger>, flags: u32, ) -> Result<Self, XenError>
Trait Implementations§
Source§impl Clone for XenInterfaceHandle
impl Clone for XenInterfaceHandle
Source§fn clone(&self) -> XenInterfaceHandle
fn clone(&self) -> XenInterfaceHandle
Returns a copy 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 XenInterfaceHandle
impl Debug for XenInterfaceHandle
Auto Trait Implementations§
impl Freeze for XenInterfaceHandle
impl RefUnwindSafe for XenInterfaceHandle
impl !Send for XenInterfaceHandle
impl !Sync for XenInterfaceHandle
impl Unpin for XenInterfaceHandle
impl UnwindSafe for XenInterfaceHandle
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