#[repr(C)]pub struct defmethod {
pub header: ConstructHeader,
pub index: c_ushort,
pub busy: c_uint,
pub restrictionCount: c_ushort,
pub minRestrictions: c_ushort,
pub maxRestrictions: c_ushort,
pub localVarCount: c_ushort,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub restrictions: *mut RESTRICTION,
pub actions: *mut Expression,
}Fields§
§header: ConstructHeader§index: c_ushort§busy: c_uint§restrictionCount: c_ushort§minRestrictions: c_ushort§maxRestrictions: c_ushort§localVarCount: c_ushort§_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>§restrictions: *mut RESTRICTION§actions: *mut ExpressionImplementations§
Trait Implementations§
impl Copy for defmethod
Auto Trait Implementations§
impl Freeze for defmethod
impl RefUnwindSafe for defmethod
impl !Send for defmethod
impl !Sync for defmethod
impl Unpin for defmethod
impl UnwindSafe for defmethod
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