Struct windows_sys::Win32::System::DataExchange::DDEADVISE
[−]Expand description
Required features: "Win32_System_DataExchange"
Fields
_bitfield: u16
cfFormat: i16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DDEADVISE
impl Send for DDEADVISE
impl Sync for DDEADVISE
impl Unpin for DDEADVISE
impl UnwindSafe for DDEADVISE
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