#[repr(C)]pub struct csp_id_t {
pub pri: u8,
pub flags: u8,
pub src: u16,
pub dst: u16,
pub dport: u8,
pub sport: u8,
}Expand description
CSP identifier/header.
Fields§
§pri: u8§flags: u8§src: u16§dst: u16§dport: u8§sport: u8Trait Implementations§
impl Copy for csp_id_t
Auto Trait Implementations§
impl Freeze for csp_id_t
impl RefUnwindSafe for csp_id_t
impl Send for csp_id_t
impl Sync for csp_id_t
impl Unpin for csp_id_t
impl UnwindSafe for csp_id_t
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