Struct windows_sys::Win32::System::WindowsSync::ID_PARAMETER_PAIR
[−]Expand description
Required features: "Win32_System_WindowsSync"
, "Win32_Foundation"
Fields
fIsVariable: BOOL
cbIdSize: u16
Trait Implementations
impl Clone for ID_PARAMETER_PAIR
impl Clone for ID_PARAMETER_PAIR
impl Copy for ID_PARAMETER_PAIR
Auto Trait Implementations
impl RefUnwindSafe for ID_PARAMETER_PAIR
impl Send for ID_PARAMETER_PAIR
impl Sync for ID_PARAMETER_PAIR
impl Unpin for ID_PARAMETER_PAIR
impl UnwindSafe for ID_PARAMETER_PAIR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more