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