pub struct LibvirtMessage<P> {
pub header: virNetMessageHeader,
pub payload: P,
}
Fields§
§header: virNetMessageHeader
§payload: P
Trait Implementations§
Source§impl<P: Debug> Debug for LibvirtMessage<P>
impl<P: Debug> Debug for LibvirtMessage<P>
Auto Trait Implementations§
impl<P> Freeze for LibvirtMessage<P>where
P: Freeze,
impl<P> RefUnwindSafe for LibvirtMessage<P>where
P: RefUnwindSafe,
impl<P> Send for LibvirtMessage<P>where
P: Send,
impl<P> Sync for LibvirtMessage<P>where
P: Sync,
impl<P> Unpin for LibvirtMessage<P>where
P: Unpin,
impl<P> UnwindSafe for LibvirtMessage<P>where
P: UnwindSafe,
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