Struct libicsneo_sys::neomessage_frame_t
source · #[repr(C, packed)]pub struct neomessage_frame_t {
pub status: neomessage_statusbitfield_t,
pub timestamp: u64,
pub _reservedTimestamp: u64,
pub data: *const u8,
pub length: size_t,
pub header: [u8; 4],
pub netid: neonetid_t,
pub type_: neonettype_t,
pub _reserved0: u8,
pub description: u16,
pub messageType: neomessagetype_t,
pub _reserved1: [u8; 12],
}Fields
status: neomessage_statusbitfield_ttimestamp: u64_reservedTimestamp: u64data: *const u8length: size_theader: [u8; 4]netid: neonetid_ttype_: neonettype_t_reserved0: u8description: u16messageType: neomessagetype_t_reserved1: [u8; 12]Trait Implementations
sourceimpl Clone for neomessage_frame_t
impl Clone for neomessage_frame_t
sourcefn clone(&self) -> neomessage_frame_t
fn clone(&self) -> neomessage_frame_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for neomessage_frame_t
impl Debug for neomessage_frame_t
impl Copy for neomessage_frame_t
Auto Trait Implementations
impl RefUnwindSafe for neomessage_frame_t
impl !Send for neomessage_frame_t
impl !Sync for neomessage_frame_t
impl Unpin for neomessage_frame_t
impl UnwindSafe for neomessage_frame_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more