pub struct AlignmentData {
pub needed: bool,
pub marks: Vec<Point>,
}
Fields§
§needed: bool
§marks: Vec<Point>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlignmentData
impl RefUnwindSafe for AlignmentData
impl Send for AlignmentData
impl Sync for AlignmentData
impl Unpin for AlignmentData
impl UnwindSafe for AlignmentData
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