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

pub struct ProgramRequest {
    pub tag: u32,
    pub data: Option<ProgramRequest_oneof_data>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

tag: u32data: Option<ProgramRequest_oneof_data>unknown_fields: UnknownFieldscached_size: CachedSize

Methods

impl ProgramRequest[src]

pub fn new() -> ProgramRequest[src]

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

pub fn clear_tag(&mut self)[src]

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

pub fn get_INPUT(&self) -> &InputRequest[src]

pub fn clear_INPUT(&mut self)[src]

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

pub fn set_INPUT(&mut self, v: InputRequest)[src]

pub fn mut_INPUT(&mut self) -> &mut InputRequest[src]

pub fn take_INPUT(&mut self) -> InputRequest[src]

Trait Implementations

impl Clone for ProgramRequest[src]

impl Default for ProgramRequest[src]

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

impl PartialEq<ProgramRequest> for ProgramRequest[src]

impl Debug for ProgramRequest[src]

impl StructuralPartialEq for ProgramRequest[src]

impl Message for ProgramRequest[src]

impl Clear for ProgramRequest[src]

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