#[repr(C)]pub struct MagicTarget;
Auto Trait Implementations§
impl Freeze for MagicTarget
impl RefUnwindSafe for MagicTarget
impl Send for MagicTarget
impl Sync for MagicTarget
impl Unpin for MagicTarget
impl UnwindSafe for MagicTarget
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