#[repr(C, packed(1))]pub struct nbpf_tree_t {
pub root: *mut nbpf_node_t,
pub compatibility_level: c_int,
pub default_pass: c_int,
pub custom_callback: nbpf_custom_node_callback,
pub locality_callback: nbpf_ip_locality_callback,
}Fields§
§root: *mut nbpf_node_t§compatibility_level: c_int§default_pass: c_int§custom_callback: nbpf_custom_node_callback§locality_callback: nbpf_ip_locality_callbackAuto Trait Implementations§
impl Freeze for nbpf_tree_t
impl RefUnwindSafe for nbpf_tree_t
impl !Send for nbpf_tree_t
impl !Sync for nbpf_tree_t
impl Unpin for nbpf_tree_t
impl UnwindSafe for nbpf_tree_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more