pub struct XenEventChannel(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsFd for XenEventChannel
impl AsFd for XenEventChannel
Source§fn as_fd(&self) -> BorrowedFd<'_>
fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more
Source§impl AsRawFd for XenEventChannel
impl AsRawFd for XenEventChannel
Source§impl Clone for XenEventChannel
impl Clone for XenEventChannel
Source§fn clone(&self) -> XenEventChannel
fn clone(&self) -> XenEventChannel
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 XenEventChannel
impl Debug for XenEventChannel
Auto Trait Implementations§
impl Freeze for XenEventChannel
impl RefUnwindSafe for XenEventChannel
impl !Send for XenEventChannel
impl !Sync for XenEventChannel
impl Unpin for XenEventChannel
impl UnsafeUnpin for XenEventChannel
impl UnwindSafe for XenEventChannel
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