Struct bitcode_lightyear_patch::word_buffer::WordContext
source · pub struct WordContext { /* private fields */ }
Auto Trait Implementations§
impl RefUnwindSafe for WordContext
impl Send for WordContext
impl Sync for WordContext
impl Unpin for WordContext
impl UnwindSafe for WordContext
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