#[repr(C)]#[repr(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 fn reserved(&self) -> c_ushort
pub fn set_reserved(&mut self, val: c_ushort)
pub fn fBusy(&self) -> c_ushort
pub fn set_fBusy(&mut self, val: c_ushort)
pub fn fAck(&self) -> c_ushort
pub fn set_fAck(&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§
Auto Trait Implementations§
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