#[repr(C)]pub struct BIDIOPTIONS {
pub cbSize: u32,
pub wMask: u16,
pub wEffects: u16,
}
Fields§
§cbSize: u32
§wMask: u16
§wEffects: u16
Trait Implementations§
Source§impl Clone for BIDIOPTIONS
impl Clone for BIDIOPTIONS
Source§fn clone(&self) -> BIDIOPTIONS
fn clone(&self) -> BIDIOPTIONS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BIDIOPTIONS
impl Debug for BIDIOPTIONS
Source§impl Default for BIDIOPTIONS
impl Default for BIDIOPTIONS
Source§impl PartialEq for BIDIOPTIONS
impl PartialEq for BIDIOPTIONS
impl Copy for BIDIOPTIONS
impl Eq for BIDIOPTIONS
Auto Trait Implementations§
impl Freeze for BIDIOPTIONS
impl RefUnwindSafe for BIDIOPTIONS
impl Send for BIDIOPTIONS
impl Sync for BIDIOPTIONS
impl Unpin for BIDIOPTIONS
impl UnwindSafe for BIDIOPTIONS
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