#[repr(C, align(2))]pub struct DDEACK {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>
Implementations§
Source§impl DDEACK
impl DDEACK
pub fn bAppReturnCode(&self) -> c_ushort
pub fn set_bAppReturnCode(&mut self, val: c_ushort)
pub unsafe fn bAppReturnCode_raw(this: *const Self) -> c_ushort
pub unsafe fn set_bAppReturnCode_raw(this: *mut Self, val: c_ushort)
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 fBusy(&self) -> c_ushort
pub fn set_fBusy(&mut self, val: c_ushort)
pub unsafe fn fBusy_raw(this: *const Self) -> c_ushort
pub unsafe fn set_fBusy_raw(this: *mut Self, val: c_ushort)
pub fn fAck(&self) -> c_ushort
pub fn set_fAck(&mut self, val: c_ushort)
pub unsafe fn fAck_raw(this: *const Self) -> c_ushort
pub unsafe fn set_fAck_raw(this: *mut Self, val: c_ushort)
pub fn new_bitfield_1( bAppReturnCode: c_ushort, reserved: c_ushort, fBusy: c_ushort, fAck: c_ushort, ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
Source§impl Ord for DDEACK
impl Ord for DDEACK
Source§impl PartialOrd for DDEACK
impl PartialOrd for DDEACK
impl Copy for DDEACK
impl Eq for DDEACK
impl StructuralPartialEq for DDEACK
Auto Trait Implementations§
impl Freeze for DDEACK
impl RefUnwindSafe for DDEACK
impl Send for DDEACK
impl Sync for DDEACK
impl Unpin for DDEACK
impl UnwindSafe for DDEACK
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