pub struct WindowMap { /* private fields */ }Expand description
Predecessor windows keyed by compressed bit offset.
Implementations§
Trait Implementations§
impl Eq for WindowMap
impl StructuralPartialEq for WindowMap
Auto Trait Implementations§
impl Freeze for WindowMap
impl RefUnwindSafe for WindowMap
impl Send for WindowMap
impl Sync for WindowMap
impl Unpin for WindowMap
impl UnsafeUnpin for WindowMap
impl UnwindSafe for WindowMap
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