pub struct Float { /* private fields */ }Expand description
Rust representation for BTF type BTF_KIND_FLOAT.
Implementations§
Trait Implementations§
source§impl BtfType for Float
impl BtfType for Float
fn get_name_offset(&self) -> Result<u32>
fn get_type_id(&self) -> Result<u32>
Auto Trait Implementations§
impl RefUnwindSafe for Float
impl Send for Float
impl Sync for Float
impl Unpin for Float
impl UnwindSafe for Float
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