#[repr(C)]pub struct _virTypedParameter {
pub field: [c_char; 80],
pub type_: c_int,
pub value: _virTypedParameter__bindgen_ty_1,
}Fields§
§field: [c_char; 80]§type_: c_int§value: _virTypedParameter__bindgen_ty_1Trait Implementations§
Source§impl Clone for _virTypedParameter
impl Clone for _virTypedParameter
Source§fn clone(&self) -> _virTypedParameter
fn clone(&self) -> _virTypedParameter
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 moreimpl Copy for _virTypedParameter
Auto Trait Implementations§
impl Freeze for _virTypedParameter
impl RefUnwindSafe for _virTypedParameter
impl !Send for _virTypedParameter
impl !Sync for _virTypedParameter
impl Unpin for _virTypedParameter
impl UnwindSafe for _virTypedParameter
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