pub enum BtfIntEncoding {
None,
Signed,
Char,
Bool,
}Variants§
Trait Implementations§
Source§impl Clone for BtfIntEncoding
impl Clone for BtfIntEncoding
Source§fn clone(&self) -> BtfIntEncoding
fn clone(&self) -> BtfIntEncoding
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 BtfIntEncoding
impl Debug for BtfIntEncoding
Source§impl Display for BtfIntEncoding
impl Display for BtfIntEncoding
Source§impl PartialEq for BtfIntEncoding
impl PartialEq for BtfIntEncoding
impl Copy for BtfIntEncoding
impl StructuralPartialEq for BtfIntEncoding
Auto Trait Implementations§
impl Freeze for BtfIntEncoding
impl RefUnwindSafe for BtfIntEncoding
impl Send for BtfIntEncoding
impl Sync for BtfIntEncoding
impl Unpin for BtfIntEncoding
impl UnwindSafe for BtfIntEncoding
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