Struct libbpf_sys::bpf_refcount
source · #[repr(C)]#[repr(align(4))]pub struct bpf_refcount {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations§
source§impl bpf_refcount
impl bpf_refcount
pub fn new_bitfield_1() -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for bpf_refcount
impl Clone for bpf_refcount
source§fn clone(&self) -> bpf_refcount
fn clone(&self) -> bpf_refcount
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_refcount
impl Debug for bpf_refcount
source§impl Default for bpf_refcount
impl Default for bpf_refcount
source§fn default() -> bpf_refcount
fn default() -> bpf_refcount
Returns the “default value” for a type. Read more
impl Copy for bpf_refcount
Auto Trait Implementations§
impl RefUnwindSafe for bpf_refcount
impl Send for bpf_refcount
impl Sync for bpf_refcount
impl Unpin for bpf_refcount
impl UnwindSafe for bpf_refcount
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