Struct linkspace_pkt::point::LinkPointHeader
source · #[repr(C, align(4))]pub struct LinkPointHeader {
pub info: LinkPointInfo,
pub create_stamp: Stamp,
pub group: GroupID,
pub domain: Domain,
}Fields§
§info: LinkPointInfo§create_stamp: Stamp§group: GroupID§domain: DomainImplementations§
Trait Implementations§
source§impl Clone for LinkPointHeader
impl Clone for LinkPointHeader
source§fn clone(&self) -> LinkPointHeader
fn clone(&self) -> LinkPointHeader
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LinkPointHeader
impl Debug for LinkPointHeader
source§impl PartialEq<LinkPointHeader> for LinkPointHeader
impl PartialEq<LinkPointHeader> for LinkPointHeader
source§fn eq(&self, other: &LinkPointHeader) -> bool
fn eq(&self, other: &LinkPointHeader) -> bool
This method tests for
self and other values to be equal, and is used
by ==.