Struct libc::sock_filter
#[repr(C)]
pub struct sock_filter {
pub code: ::__u16,
pub jt: ::__u8,
pub jf: ::__u8,
pub k: ::__u32,
}
Fields
pub code: ::__u16
pub jt: ::__u8
pub jf: ::__u8
pub k: ::__u32
Trait Implementations
impl Clone for sock_filter
fn clone(&Self) -> sock_filter
impl Copy for sock_filter
impl Debug for sock_filter
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for sock_filter
impl Hash for sock_filter
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<sock_filter> for sock_filter
fn eq(&Self, other: &sock_filter) -> bool
fn ne(&Self, other: &sock_filter) -> bool
impl StructuralEq for sock_filter
impl StructuralPartialEq for sock_filter
Auto Trait Implementations
impl RefUnwindSafe for sock_filter
impl Send for sock_filter
impl Sync for sock_filter
impl Unpin for sock_filter
impl UnwindSafe for sock_filter
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T