#[repr(C)]pub struct bpf_sysctl {
pub write: __u32,
pub file_pos: __u32,
}
Fields§
§write: __u32
§file_pos: __u32
Trait Implementations§
Source§impl Clone for bpf_sysctl
impl Clone for bpf_sysctl
Source§fn clone(&self) -> bpf_sysctl
fn clone(&self) -> bpf_sysctl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for bpf_sysctl
impl Debug for bpf_sysctl
Source§impl Default for bpf_sysctl
impl Default for bpf_sysctl
Source§fn default() -> bpf_sysctl
fn default() -> bpf_sysctl
Returns the “default value” for a type. Read more
impl Copy for bpf_sysctl
Auto Trait Implementations§
impl Freeze for bpf_sysctl
impl RefUnwindSafe for bpf_sysctl
impl Send for bpf_sysctl
impl Sync for bpf_sysctl
impl Unpin for bpf_sysctl
impl UnwindSafe for bpf_sysctl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)