pub enum BtfCoreRelocKind {
Show 13 variants
ByteOff = 0,
ByteSz = 1,
FieldExists = 2,
Signed = 3,
LShiftU64 = 4,
RShiftU64 = 5,
LocalTypeId = 6,
TargetTypeId = 7,
TypeExists = 8,
TypeSize = 9,
EnumvalExists = 10,
EnumvalValue = 11,
TypeMatches = 12,
}Variants§
ByteOff = 0
ByteSz = 1
FieldExists = 2
Signed = 3
LShiftU64 = 4
RShiftU64 = 5
LocalTypeId = 6
TargetTypeId = 7
TypeExists = 8
TypeSize = 9
EnumvalExists = 10
EnumvalValue = 11
TypeMatches = 12
Trait Implementations§
Source§impl Clone for BtfCoreRelocKind
impl Clone for BtfCoreRelocKind
Source§fn clone(&self) -> BtfCoreRelocKind
fn clone(&self) -> BtfCoreRelocKind
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 BtfCoreRelocKind
impl Debug for BtfCoreRelocKind
Source§impl Display for BtfCoreRelocKind
impl Display for BtfCoreRelocKind
Source§impl PartialEq for BtfCoreRelocKind
impl PartialEq for BtfCoreRelocKind
impl Copy for BtfCoreRelocKind
impl StructuralPartialEq for BtfCoreRelocKind
Auto Trait Implementations§
impl Freeze for BtfCoreRelocKind
impl RefUnwindSafe for BtfCoreRelocKind
impl Send for BtfCoreRelocKind
impl Sync for BtfCoreRelocKind
impl Unpin for BtfCoreRelocKind
impl UnwindSafe for BtfCoreRelocKind
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