#[repr(C)]pub struct DDEADVISE {
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
pub cfFormat: c_short,
}Fields§
§_bitfield_align_1: [u16; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>§cfFormat: c_shortImplementations§
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]>
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§
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