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: ::__u16pub jt: ::__u8pub jf: ::__u8pub k: ::__u32Trait Implementations
impl Clone for sock_filter
fn clone(&Self) -> sock_filterimpl Copy for sock_filterimpl Debug for sock_filter
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for sock_filterimpl 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) -> boolfn ne(&Self, other: &sock_filter) -> boolimpl StructuralEq for sock_filterimpl StructuralPartialEq for sock_filterAuto Trait Implementations
impl RefUnwindSafe for sock_filterimpl Send for sock_filterimpl Sync for sock_filterimpl Unpin for sock_filterimpl UnwindSafe for sock_filterBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T