#[repr(C, packed(4))]pub struct MDefCell {
pub offset: i32,
pub totinfluence: i32,
}Fields§
§offset: i32§totinfluence: i32Trait Implementations§
Source§impl GeneratedBlendStruct for MDefCell
impl GeneratedBlendStruct for MDefCell
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "MDefCell"
const STRUCT_INDEX: usize = 126usize
const STRUCT_TYPE_INDEX: usize = 186usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<MDefCell> for MDefCell
Auto Trait Implementations§
impl Freeze for MDefCell
impl RefUnwindSafe for MDefCell
impl Send for MDefCell
impl Sync for MDefCell
impl Unpin for MDefCell
impl UnwindSafe for MDefCell
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