Struct bpf_script::Float
source · pub struct Float {
pub bits: u32,
}
Expand description
Represents the physical properties of a float.
Fields
bits: u32
The number of bits used to store and perform operations on.
Implementations
Trait Implementations
impl Copy for Float
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more