[][src]Struct qni_core_rs::protos::qni_api::ProgramMessage

pub struct ProgramMessage {
    pub data: Option<ProgramMessage_oneof_data>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

data: Option<ProgramMessage_oneof_data>unknown_fields: UnknownFieldscached_size: CachedSize

Methods

impl ProgramMessage[src]

pub fn new() -> ProgramMessage[src]

pub fn get_REQ(&self) -> &ProgramRequest[src]

pub fn clear_REQ(&mut self)[src]

pub fn has_REQ(&self) -> bool[src]

pub fn set_REQ(&mut self, v: ProgramRequest)[src]

pub fn mut_REQ(&mut self) -> &mut ProgramRequest[src]

pub fn take_REQ(&mut self) -> ProgramRequest[src]

pub fn get_RES(&self) -> &ProgramResponse[src]

pub fn clear_RES(&mut self)[src]

pub fn has_RES(&self) -> bool[src]

pub fn set_RES(&mut self, v: ProgramResponse)[src]

pub fn mut_RES(&mut self) -> &mut ProgramResponse[src]

pub fn take_RES(&mut self) -> ProgramResponse[src]

pub fn get_ACCEPT_RES(&self) -> u32[src]

pub fn clear_ACCEPT_RES(&mut self)[src]

pub fn has_ACCEPT_RES(&self) -> bool[src]

pub fn set_ACCEPT_RES(&mut self, v: u32)[src]

Trait Implementations

impl Clone for ProgramMessage[src]

impl Default for ProgramMessage[src]

impl<'a> Default for &'a ProgramMessage[src]

impl PartialEq<ProgramMessage> for ProgramMessage[src]

impl Debug for ProgramMessage[src]

impl StructuralPartialEq for ProgramMessage[src]

impl Message for ProgramMessage[src]

impl Clear for ProgramMessage[src]

impl ProtobufValue for ProgramMessage[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]