Struct qapi_qmp::ringbuf_read
source · [−]pub struct ringbuf_read {
pub format: Option<DataFormat>,
pub device: String,
pub size: i64,
}Fields
format: Option<DataFormat>device: Stringsize: i64Trait Implementations
sourceimpl Clone for ringbuf_read
impl Clone for ringbuf_read
sourcefn clone(&self) -> ringbuf_read
fn clone(&self) -> ringbuf_read
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Command for ringbuf_read
impl Command for ringbuf_read
sourceimpl Debug for ringbuf_read
impl Debug for ringbuf_read
sourceimpl<'de> Deserialize<'de> for ringbuf_read
impl<'de> Deserialize<'de> for ringbuf_read
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for ringbuf_read
impl Serialize for ringbuf_read
impl QmpCommand for ringbuf_read
Auto Trait Implementations
impl RefUnwindSafe for ringbuf_read
impl Send for ringbuf_read
impl Sync for ringbuf_read
impl Unpin for ringbuf_read
impl UnwindSafe for ringbuf_read
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more