#[repr(C)]pub struct NetdevNoneOptions {
pub qapi_dummy_for_empty_struct: i8,
}Fields§
§qapi_dummy_for_empty_struct: i8Trait Implementations§
Source§impl Clone for NetdevNoneOptions
impl Clone for NetdevNoneOptions
Source§fn clone(&self) -> NetdevNoneOptions
fn clone(&self) -> NetdevNoneOptions
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 NetdevNoneOptions
impl Debug for NetdevNoneOptions
impl Copy for NetdevNoneOptions
Auto Trait Implementations§
impl Freeze for NetdevNoneOptions
impl RefUnwindSafe for NetdevNoneOptions
impl Send for NetdevNoneOptions
impl Sync for NetdevNoneOptions
impl Unpin for NetdevNoneOptions
impl UnwindSafe for NetdevNoneOptions
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