[][src]Struct q_capi::k0

#[repr(C)]pub struct k0 {
    pub m: c_schar,
    pub a: c_schar,
    pub t: c_schar,
    pub u: C,
    pub r: I,
    // some fields omitted
}

Fields

m: c_schara: c_schart: c_scharu: Cr: I

Trait Implementations

impl Clone for k0[src]

impl Copy for k0[src]

Auto Trait Implementations

impl RefUnwindSafe for k0

impl !Send for k0

impl !Sync for k0

impl Unpin for k0

impl UnwindSafe for k0

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.