#[repr(C)]pub struct DELTA_INPUT {
pub Anonymous: DELTA_INPUT_0,
pub uSize: usize,
pub Editable: BOOL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Anonymous: DELTA_INPUT_0
§uSize: usize
§Editable: BOOL
Trait Implementations§
§impl Clone for DELTA_INPUT
impl Clone for DELTA_INPUT
impl Copy for DELTA_INPUT
Auto Trait Implementations§
impl RefUnwindSafe for DELTA_INPUT
impl !Send for DELTA_INPUT
impl !Sync for DELTA_INPUT
impl Unpin for DELTA_INPUT
impl UnwindSafe for DELTA_INPUT
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