Enum libbpf_rs::btf::types::IntEncoding
source · pub enum IntEncoding {
None,
Signed,
Char,
Bool,
}
Expand description
The kinds of ways a btf Int can be encoded.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntEncoding
impl RefUnwindSafe for IntEncoding
impl Send for IntEncoding
impl Sync for IntEncoding
impl Unpin for IntEncoding
impl UnwindSafe for IntEncoding
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