pub struct RawPart {
pub id: u8,
pub amount: u32,
pub blocks: Vec<RawBlock>,
}Fields§
§id: u8§amount: u32§blocks: Vec<RawBlock>Trait Implementations§
impl Eq for RawPart
impl StructuralPartialEq for RawPart
Auto Trait Implementations§
impl Freeze for RawPart
impl RefUnwindSafe for RawPart
impl Send for RawPart
impl Sync for RawPart
impl Unpin for RawPart
impl UnsafeUnpin for RawPart
impl UnwindSafe for RawPart
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