Struct kinetic::proto::command::log::Interface [−] [src]

pub struct Interface {
    // some fields omitted
}

Methods

impl Command_GetLog_Configuration_Interface

fn new() -> Command_GetLog_Configuration_Interface

fn default_instance() -> &'static Command_GetLog_Configuration_Interface

fn clear_name(&mut self)

fn has_name(&self) -> bool

fn set_name(&mut self, v: String)

fn mut_name<'a>(&'a mut self) -> &'a mut String

fn take_name(&mut self) -> String

fn get_name<'a>(&'a self) -> &'a str

fn clear_MAC(&mut self)

fn has_MAC(&self) -> bool

fn set_MAC(&mut self, v: Vec<u8>)

fn mut_MAC<'a>(&'a mut self) -> &'a mut Vec<u8>

fn take_MAC(&mut self) -> Vec<u8>

fn get_MAC<'a>(&'a self) -> &'a [u8]

fn clear_ipv4Address(&mut self)

fn has_ipv4Address(&self) -> bool

fn set_ipv4Address(&mut self, v: Vec<u8>)

fn mut_ipv4Address<'a>(&'a mut self) -> &'a mut Vec<u8>

fn take_ipv4Address(&mut self) -> Vec<u8>

fn get_ipv4Address<'a>(&'a self) -> &'a [u8]

fn clear_ipv6Address(&mut self)

fn has_ipv6Address(&self) -> bool

fn set_ipv6Address(&mut self, v: Vec<u8>)

fn mut_ipv6Address<'a>(&'a mut self) -> &'a mut Vec<u8>

fn take_ipv6Address(&mut self) -> Vec<u8>

fn get_ipv6Address<'a>(&'a self) -> &'a [u8]

Trait Implementations

impl Message for Command_GetLog_Configuration_Interface

fn is_initialized(&self) -> bool

fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>

fn compute_size(&self) -> u32

fn write_to_with_cached_sizes(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>

fn get_cached_size(&self) -> u32

fn get_unknown_fields<'s>(&'s self) -> &'s UnknownFields

fn mut_unknown_fields<'s>(&'s mut self) -> &'s mut UnknownFields

fn type_id(&self) -> TypeId

fn as_any(&self) -> &Any

fn descriptor(&self) -> &'static MessageDescriptor

fn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>

fn write_length_delimited_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>

fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>

fn check_initialized(&self)

fn write_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>

fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>

fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>

fn write_length_delimited_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>

fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>

impl MessageStatic for Command_GetLog_Configuration_Interface

fn new() -> Command_GetLog_Configuration_Interface

fn descriptor_static(_: Option<Command_GetLog_Configuration_Interface>) -> &'static MessageDescriptor

impl Clear for Command_GetLog_Configuration_Interface

fn clear(&mut self)

impl PartialEq for Command_GetLog_Configuration_Interface

fn eq(&self, other: &Command_GetLog_Configuration_Interface) -> bool

fn ne(&self, other: &Rhs) -> bool

impl Debug for Command_GetLog_Configuration_Interface

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Default for Command_GetLog_Configuration_Interface

fn default() -> Command_GetLog_Configuration_Interface

impl Clone for Command_GetLog_Configuration_Interface

fn clone(&self) -> Command_GetLog_Configuration_Interface

fn clone_from(&mut self, source: &Self)