#[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: ConstructHeaderindex: c_ushortbusy: c_uintrestrictionCount: c_ushortminRestrictions: c_ushortmaxRestrictions: c_ushortlocalVarCount: c_ushort_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>restrictions: *mut RESTRICTIONactions: *mut ExpressionImplementations
Trait Implementations
impl Copy for defmethod
Auto Trait Implementations
impl RefUnwindSafe for defmethod
impl !Send for defmethod
impl !Sync for defmethod
impl Unpin for defmethod
impl UnwindSafe for defmethod
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more