pub(crate) struct Heads {
pub(crate) float_data: f32,
pub(crate) int_data: i32,
}Expand description
A struct which contains only the head fields of DocumentationExample.
Fields§
§float_data: f32§int_data: i32Auto Trait Implementations§
impl Freeze for Heads
impl RefUnwindSafe for Heads
impl Send for Heads
impl Sync for Heads
impl Unpin for Heads
impl UnwindSafe for Heads
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