#[repr(C)]pub struct DzlPillBox { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for DzlPillBox
impl RefUnwindSafe for DzlPillBox
impl !Send for DzlPillBox
impl !Sync for DzlPillBox
impl !Unpin for DzlPillBox
impl UnwindSafe for DzlPillBox
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