pub struct vtkEventDataForDevice(/* private fields */);Expand description
Implementations§
Source§impl vtkEventDataForDevice
impl vtkEventDataForDevice
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkEventDataForDevice wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkEventDataForDevice
impl Default for vtkEventDataForDevice
Auto Trait Implementations§
impl Freeze for vtkEventDataForDevice
impl RefUnwindSafe for vtkEventDataForDevice
impl !Send for vtkEventDataForDevice
impl !Sync for vtkEventDataForDevice
impl Unpin for vtkEventDataForDevice
impl UnwindSafe for vtkEventDataForDevice
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