Struct windows_sys::Win32::System::DataExchange::DDEADVISE
#[repr(C)]pub struct DDEADVISE {
pub _bitfield: u16,
pub cfFormat: i16,
}Fields§
§_bitfield: u16§cfFormat: i16Trait 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§
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