#[repr(C, packed(4))]pub struct MDisps {
pub totdisp: i32,
pub level: i32,
pub disps: Function,
pub hidden: Pointer<i32>,
}Fields§
§totdisp: i32§level: i32§disps: FunctionTrait Implementations§
Source§impl GeneratedBlendStruct for MDisps
impl GeneratedBlendStruct for MDisps
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "MDisps"
const STRUCT_INDEX: usize = 92usize
const STRUCT_TYPE_INDEX: usize = 141usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<MDisps> for MDisps
Auto Trait Implementations§
impl Freeze for MDisps
impl RefUnwindSafe for MDisps
impl Send for MDisps
impl Sync for MDisps
impl Unpin for MDisps
impl UnwindSafe for MDisps
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