pub struct Adjacency {
pub offsets: Vec<u32>,
pub values: Vec<u32>,
}Fields§
§offsets: Vec<u32>§values: Vec<u32>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Adjacency
impl RefUnwindSafe for Adjacency
impl Send for Adjacency
impl Sync for Adjacency
impl Unpin for Adjacency
impl UnsafeUnpin for Adjacency
impl UnwindSafe for Adjacency
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