[][src]Struct assembly::fdb::sysdiagram::core::Control1

pub struct Control1 {
    pub positions: Vec<Position>,
    pub pos: Position,
    pub d1: u16,
    pub d2: [u8; 32],
    pub d3: u32,
    pub d4: u32,
    pub d5: u32,
    pub d6: u32,
    pub d7: u32,
    pub d8: [u8; 6],
    pub d9: u32,
}

Fields

positions: Vec<Position>pos: Positiond1: u16d2: [u8; 32]d3: u32d4: u32d5: u32d6: u32d7: u32d8: [u8; 6]d9: u32

Trait Implementations

impl Debug for Control1[src]

Auto Trait Implementations

impl Send for Control1

impl Sync for Control1

Blanket Implementations

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

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

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]