pub struct ItemPlan {
pub name: String,
pub summary: Option<String>,
pub value_type: ValueType,
pub offset: u16,
pub width: u16,
}Fields§
§name: String§summary: Option<String>§value_type: ValueType§offset: u16§width: u16Trait Implementations§
impl Eq for ItemPlan
impl StructuralPartialEq for ItemPlan
Auto Trait Implementations§
impl Freeze for ItemPlan
impl RefUnwindSafe for ItemPlan
impl Send for ItemPlan
impl Sync for ItemPlan
impl Unpin for ItemPlan
impl UnsafeUnpin for ItemPlan
impl UnwindSafe for ItemPlan
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