#[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 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 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