Struct lifx_core::ProtocolHeader [−][src]
Fields
reserved: u64
64 bits: Reserved
typ: u16
16 bits: Message type determines the payload being used
reserved2: u16
16 bits: Reserved
Methods
impl ProtocolHeader[src]
impl ProtocolHeaderTrait Implementations
impl Debug for ProtocolHeader[src]
impl Debug for ProtocolHeaderfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ProtocolHeader[src]
impl Clone for ProtocolHeaderfn clone(&self) -> ProtocolHeader[src]
fn clone(&self) -> ProtocolHeaderReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for ProtocolHeader[src]
impl Copy for ProtocolHeaderimpl PartialEq for ProtocolHeader[src]
impl PartialEq for ProtocolHeaderfn eq(&self, other: &ProtocolHeader) -> bool[src]
fn eq(&self, other: &ProtocolHeader) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ProtocolHeader) -> bool[src]
fn ne(&self, other: &ProtocolHeader) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ProtocolHeader
impl Send for ProtocolHeaderimpl Sync for ProtocolHeader
impl Sync for ProtocolHeader