Struct windows::Phone::UI::Input::ICameraEventArgs_Vtbl
#[repr(C)]pub struct ICameraEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
}
Fields§
§base__: IInspectable_Vtbl
Auto Trait Implementations§
impl Freeze for ICameraEventArgs_Vtbl
impl RefUnwindSafe for ICameraEventArgs_Vtbl
impl Send for ICameraEventArgs_Vtbl
impl Sync for ICameraEventArgs_Vtbl
impl Unpin for ICameraEventArgs_Vtbl
impl UnwindSafe for ICameraEventArgs_Vtbl
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