#[repr(C)]pub struct Struct__virTypedParameter {
pub field: [c_char; 80],
pub _type: c_int,
pub value: Union_Unnamed17,
}
Fields§
§field: [c_char; 80]
§_type: c_int
§value: Union_Unnamed17
Trait Implementations§
Source§impl Clone for Struct__virTypedParameter
impl Clone for Struct__virTypedParameter
Source§impl Default for Struct__virTypedParameter
impl Default for Struct__virTypedParameter
impl Copy for Struct__virTypedParameter
Auto Trait Implementations§
impl Freeze for Struct__virTypedParameter
impl RefUnwindSafe for Struct__virTypedParameter
impl Send for Struct__virTypedParameter
impl Sync for Struct__virTypedParameter
impl Unpin for Struct__virTypedParameter
impl UnwindSafe for Struct__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