#[repr(C)]
pub union DELTA_INPUT_0 {
pub lpcStart: *const c_void,
pub lpStart: *mut c_void,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§lpcStart: *const c_void
§lpStart: *mut c_void
Trait Implementations§
§impl Clone for DELTA_INPUT_0
impl Clone for DELTA_INPUT_0
impl Copy for DELTA_INPUT_0
Auto Trait Implementations§
impl RefUnwindSafe for DELTA_INPUT_0
impl !Send for DELTA_INPUT_0
impl !Sync for DELTA_INPUT_0
impl Unpin for DELTA_INPUT_0
impl UnwindSafe for DELTA_INPUT_0
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