#[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_short
Implementations§
Source§impl DDEADVISE
impl DDEADVISE
pub fn reserved(&self) -> c_ushort
pub fn set_reserved(&mut self, val: c_ushort)
pub unsafe fn reserved_raw(this: *const Self) -> c_ushort
pub unsafe fn set_reserved_raw(this: *mut Self, val: c_ushort)
pub fn fDeferUpd(&self) -> c_ushort
pub fn set_fDeferUpd(&mut self, val: c_ushort)
pub unsafe fn fDeferUpd_raw(this: *const Self) -> c_ushort
pub unsafe fn set_fDeferUpd_raw(this: *mut Self, val: c_ushort)
pub fn fAckReq(&self) -> c_ushort
pub fn set_fAckReq(&mut self, val: c_ushort)
pub unsafe fn fAckReq_raw(this: *const Self) -> c_ushort
pub unsafe fn set_fAckReq_raw(this: *mut Self, val: c_ushort)
pub fn new_bitfield_1( reserved: c_ushort, fDeferUpd: c_ushort, fAckReq: c_ushort, ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
Source§impl Ord for DDEADVISE
impl Ord for DDEADVISE
Source§impl PartialOrd for DDEADVISE
impl PartialOrd for DDEADVISE
impl Copy for DDEADVISE
impl Eq for DDEADVISE
impl StructuralPartialEq for DDEADVISE
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