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