Struct libc::sock_fprog 
#[repr(C)]
pub struct sock_fprog {    
    pub len: ::c_ushort,
    pub filter: *mut sock_filter,
}Fields
pub len: ::c_ushortpub filter: *mut sock_filterTrait Implementations
impl Clone for sock_fprog
fn clone(&Self) -> sock_fprogimpl Copy for sock_fprogimpl Debug for sock_fprog
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for sock_fprogimpl Hash for sock_fprog
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<sock_fprog> for sock_fprog
fn eq(&Self, other: &sock_fprog) -> boolfn ne(&Self, other: &sock_fprog) -> boolimpl StructuralEq for sock_fprogimpl StructuralPartialEq for sock_fprogAuto Trait Implementations
impl !Send for sock_fprogimpl !Sync for sock_fprogimpl RefUnwindSafe for sock_fprogimpl Unpin for sock_fprogimpl UnwindSafe for sock_fprogBlanket Implementations
impl<T> BorrowMut<T> for T
where
    T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T