pub struct Fresh {
pub id: u32,
pub alignment: u32,
}Expand description
The next unused id and leaf alignment_id in the file: what a plugin’s
moves hand out, in order. A plugin that does not use crate::Draft
predicts the ids its cuts and joins create with it.
Fields§
§id: u32§alignment: u32Implementations§
Trait Implementations§
impl Copy for Fresh
impl Eq for Fresh
impl StructuralPartialEq for Fresh
Auto Trait Implementations§
impl Freeze for Fresh
impl RefUnwindSafe for Fresh
impl Send for Fresh
impl Sync for Fresh
impl Unpin for Fresh
impl UnsafeUnpin for Fresh
impl UnwindSafe for Fresh
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