Struct ConstantFloatEntry
pub struct ConstantFloatEntry {
pub index: ConstantIndex,
pub value: UnsignedValue,
pub alignment: usize,
}Expand description
A floating-point entry in the Constant Table.
Fields§
§index: ConstantIndex§value: UnsignedValue§alignment: usizeAuto Trait Implementations§
impl Freeze for ConstantFloatEntry
impl RefUnwindSafe for ConstantFloatEntry
impl Send for ConstantFloatEntry
impl Sync for ConstantFloatEntry
impl Unpin for ConstantFloatEntry
impl UnwindSafe for ConstantFloatEntry
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