#[repr(C)]
pub union ChardevBackend__bindgen_ty_1 {
Show 20 fields pub file: q_obj_ChardevFile_wrapper, pub serial: q_obj_ChardevHostdev_wrapper, pub parallel: q_obj_ChardevHostdev_wrapper, pub pipe: q_obj_ChardevHostdev_wrapper, pub socket: q_obj_ChardevSocket_wrapper, pub udp: q_obj_ChardevUdp_wrapper, pub pty: q_obj_ChardevCommon_wrapper, pub null: q_obj_ChardevCommon_wrapper, pub mux: q_obj_ChardevMux_wrapper, pub msmouse: q_obj_ChardevCommon_wrapper, pub wctablet: q_obj_ChardevCommon_wrapper, pub braille: q_obj_ChardevCommon_wrapper, pub testdev: q_obj_ChardevCommon_wrapper, pub stdio: q_obj_ChardevStdio_wrapper, pub console: q_obj_ChardevCommon_wrapper, pub spicevmc: q_obj_ChardevSpiceChannel_wrapper, pub spiceport: q_obj_ChardevSpicePort_wrapper, pub vc: q_obj_ChardevVC_wrapper, pub ringbuf: q_obj_ChardevRingbuf_wrapper, pub memory: q_obj_ChardevRingbuf_wrapper,
}

Fields§

§file: q_obj_ChardevFile_wrapper§serial: q_obj_ChardevHostdev_wrapper§parallel: q_obj_ChardevHostdev_wrapper§pipe: q_obj_ChardevHostdev_wrapper§socket: q_obj_ChardevSocket_wrapper§udp: q_obj_ChardevUdp_wrapper§pty: q_obj_ChardevCommon_wrapper§null: q_obj_ChardevCommon_wrapper§mux: q_obj_ChardevMux_wrapper§msmouse: q_obj_ChardevCommon_wrapper§wctablet: q_obj_ChardevCommon_wrapper§braille: q_obj_ChardevCommon_wrapper§testdev: q_obj_ChardevCommon_wrapper§stdio: q_obj_ChardevStdio_wrapper§console: q_obj_ChardevCommon_wrapper§spicevmc: q_obj_ChardevSpiceChannel_wrapper§spiceport: q_obj_ChardevSpicePort_wrapper§vc: q_obj_ChardevVC_wrapper§ringbuf: q_obj_ChardevRingbuf_wrapper§memory: q_obj_ChardevRingbuf_wrapper

Trait Implementations§

source§

impl Clone for ChardevBackend__bindgen_ty_1

source§

fn clone(&self) -> ChardevBackend__bindgen_ty_1

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for ChardevBackend__bindgen_ty_1

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.