pub struct btck_Context { /* private fields */ }Auto Trait Implementations§
impl Freeze for btck_Context
impl RefUnwindSafe for btck_Context
impl Send for btck_Context
impl Sync for btck_Context
impl Unpin for btck_Context
impl UnsafeUnpin for btck_Context
impl UnwindSafe for btck_Context
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