#[repr(C)]pub struct DDEADVISE {
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2], u16>,
pub cfFormat: c_short,
}
Fields§
§_bitfield_1: __BindgenBitfieldUnit<[u8; 2], u16>
§cfFormat: c_short
Implementations§
Source§impl DDEADVISE
impl DDEADVISE
pub fn reserved(&self) -> c_ushort
pub fn set_reserved(&mut self, val: c_ushort)
pub fn fDeferUpd(&self) -> c_ushort
pub fn set_fDeferUpd(&mut self, val: c_ushort)
pub fn fAckReq(&self) -> c_ushort
pub fn set_fAckReq(&mut self, val: c_ushort)
pub fn new_bitfield_1( reserved: c_ushort, fDeferUpd: c_ushort, fAckReq: c_ushort, ) -> __BindgenBitfieldUnit<[u8; 2], u16>
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