pub enum BtfVarKind {
Static,
GlobalAlloc,
GlobalExtern,
}Variants§
Trait Implementations§
Source§impl Clone for BtfVarKind
impl Clone for BtfVarKind
Source§fn clone(&self) -> BtfVarKind
fn clone(&self) -> BtfVarKind
Returns a duplicate 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 BtfVarKind
impl Debug for BtfVarKind
Source§impl Display for BtfVarKind
impl Display for BtfVarKind
Source§impl PartialEq for BtfVarKind
impl PartialEq for BtfVarKind
impl Copy for BtfVarKind
impl StructuralPartialEq for BtfVarKind
Auto Trait Implementations§
impl Freeze for BtfVarKind
impl RefUnwindSafe for BtfVarKind
impl Send for BtfVarKind
impl Sync for BtfVarKind
impl Unpin for BtfVarKind
impl UnwindSafe for BtfVarKind
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