pub struct AatMap {
pub chain_flags: Vec<Vec<RangeFlags>>,
}Expand description
Fields§
§chain_flags: Vec<Vec<RangeFlags>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AatMap
impl RefUnwindSafe for AatMap
impl Send for AatMap
impl Sync for AatMap
impl Unpin for AatMap
impl UnsafeUnpin for AatMap
impl UnwindSafe for AatMap
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