#[repr(C)]pub struct scoutfs_net_header {
pub clock_sync_id: __le64,
pub seq: __le64,
pub recv_seq: __le64,
pub id: __le64,
pub data_len: __le16,
pub cmd: __u8,
pub flags: __u8,
pub error: __u8,
pub __pad: [__u8; 3],
pub data: __IncompleteArrayField<__u8>,
}Fields§
§clock_sync_id: __le64§seq: __le64§recv_seq: __le64§id: __le64§data_len: __le16§cmd: __u8§flags: __u8§error: __u8§__pad: [__u8; 3]§data: __IncompleteArrayField<__u8>Trait Implementations§
Source§impl Debug for scoutfs_net_header
impl Debug for scoutfs_net_header
Source§impl Default for scoutfs_net_header
impl Default for scoutfs_net_header
Source§fn default() -> scoutfs_net_header
fn default() -> scoutfs_net_header
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for scoutfs_net_header
impl RefUnwindSafe for scoutfs_net_header
impl Send for scoutfs_net_header
impl Sync for scoutfs_net_header
impl Unpin for scoutfs_net_header
impl UnwindSafe for scoutfs_net_header
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more