[][src]Struct picontrol::SEntryInfoStr

#[repr(C)]
pub struct SEntryInfoStr {
    pub i8uAddress: u8,
    pub i8uType: u8,
    pub i16uIndex: u16,
    pub i16uBitLength: u16,
    pub i8uBitPos: u8,
    pub i16uOffset: u16,
    pub i32uDefault: u32,
    pub strVarName: [c_char; 32],
}

Fields

i8uAddress: u8i8uType: u8i16uIndex: u16i16uBitLength: u16i8uBitPos: u8i16uOffset: u16i32uDefault: u32strVarName: [c_char; 32]

Trait Implementations

impl Clone for SEntryInfoStr[src]

impl Copy for SEntryInfoStr[src]

impl Debug for SEntryInfoStr[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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