Struct c_gull::sock_filter
source · pub struct sock_filter {
pub code: u16,
pub jt: u8,
pub jf: u8,
pub k: u32,
}Fields§
§code: u16§jt: u8§jf: u8§k: u32Trait Implementations§
source§impl Clone for sock_filter
impl Clone for sock_filter
source§fn clone(&self) -> sock_filter
fn clone(&self) -> sock_filter
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 more