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