#[repr(C)]pub struct _PERSISTENT_RESERVE_COMMAND__bindgen_ty_1__bindgen_ty_2 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
pub ParameterList: __IncompleteArrayField<BYTE>,
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>
§ParameterList: __IncompleteArrayField<BYTE>
Implementations§
Source§impl _PERSISTENT_RESERVE_COMMAND__bindgen_ty_1__bindgen_ty_2
impl _PERSISTENT_RESERVE_COMMAND__bindgen_ty_1__bindgen_ty_2
pub fn ServiceAction(&self) -> BYTE
pub fn set_ServiceAction(&mut self, val: BYTE)
pub unsafe fn ServiceAction_raw(this: *const Self) -> BYTE
pub unsafe fn set_ServiceAction_raw(this: *mut Self, val: BYTE)
pub fn Reserved1(&self) -> BYTE
pub fn set_Reserved1(&mut self, val: BYTE)
pub unsafe fn Reserved1_raw(this: *const Self) -> BYTE
pub unsafe fn set_Reserved1_raw(this: *mut Self, val: BYTE)
pub fn Type(&self) -> BYTE
pub fn set_Type(&mut self, val: BYTE)
pub unsafe fn Type_raw(this: *const Self) -> BYTE
pub unsafe fn set_Type_raw(this: *mut Self, val: BYTE)
pub fn Scope(&self) -> BYTE
pub fn set_Scope(&mut self, val: BYTE)
pub unsafe fn Scope_raw(this: *const Self) -> BYTE
pub unsafe fn set_Scope_raw(this: *mut Self, val: BYTE)
pub fn new_bitfield_1( ServiceAction: BYTE, Reserved1: BYTE, Type: BYTE, Scope: BYTE, ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _PERSISTENT_RESERVE_COMMAND__bindgen_ty_1__bindgen_ty_2
impl RefUnwindSafe for _PERSISTENT_RESERVE_COMMAND__bindgen_ty_1__bindgen_ty_2
impl Send for _PERSISTENT_RESERVE_COMMAND__bindgen_ty_1__bindgen_ty_2
impl Sync for _PERSISTENT_RESERVE_COMMAND__bindgen_ty_1__bindgen_ty_2
impl Unpin for _PERSISTENT_RESERVE_COMMAND__bindgen_ty_1__bindgen_ty_2
impl UnwindSafe for _PERSISTENT_RESERVE_COMMAND__bindgen_ty_1__bindgen_ty_2
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