Struct windows_sys::Win32::System::DataExchange::DDEACK
[−]#[repr(C)]pub struct DDEACK {
pub _bitfield: u16,
}
Expand description
Required features: ‘Win32_System_DataExchange’
Fields
_bitfield: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DDEACK
impl Send for DDEACK
impl Sync for DDEACK
impl Unpin for DDEACK
impl UnwindSafe for DDEACK
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more