Struct DDEADVISE
#[repr(C)]pub struct DDEADVISE {
pub _bitfield: u16,
pub cfFormat: i16,
}
Fields§
§_bitfield: u16
§cfFormat: i16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DDEADVISE
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