Struct libc::seccomp_notif_sizes [−][src]
#[repr(C)]pub struct seccomp_notif_sizes {
pub seccomp_notif: __u16,
pub seccomp_notif_resp: __u16,
pub seccomp_data: __u16,
}Fields
seccomp_notif: __u16seccomp_notif_resp: __u16seccomp_data: __u16Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
