Struct windows_sys::Win32::UI::TabletPC::DYNAMIC_RENDERER_CACHED_DATA
[−]#[repr(C)]pub struct DYNAMIC_RENDERER_CACHED_DATA {
pub strokeId: i32,
pub dynamicRenderer: IDynamicRenderer,
}
Expand description
Required features: ‘Win32_UI_TabletPC’
Fields
strokeId: i32
dynamicRenderer: IDynamicRenderer
Trait Implementations
impl Clone for DYNAMIC_RENDERER_CACHED_DATA
impl Clone for DYNAMIC_RENDERER_CACHED_DATA
impl Copy for DYNAMIC_RENDERER_CACHED_DATA
Auto Trait Implementations
impl RefUnwindSafe for DYNAMIC_RENDERER_CACHED_DATA
impl !Send for DYNAMIC_RENDERER_CACHED_DATA
impl !Sync for DYNAMIC_RENDERER_CACHED_DATA
impl Unpin for DYNAMIC_RENDERER_CACHED_DATA
impl UnwindSafe for DYNAMIC_RENDERER_CACHED_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more