#[repr(C, packed(4))]pub struct bUserMenu {
pub next: Pointer<bUserMenu>,
pub prev: Pointer<bUserMenu>,
pub space_type: i8,
pub _pad0: [i8; 7],
pub context: [i8; 64],
pub items: ListBase,
}Fields§
§next: Pointer<bUserMenu>§prev: Pointer<bUserMenu>§space_type: i8§_pad0: [i8; 7]§context: [i8; 64]§items: ListBaseTrait Implementations§
Source§impl GeneratedBlendStruct for bUserMenu
impl GeneratedBlendStruct for bUserMenu
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bUserMenu"
const STRUCT_INDEX: usize = 285usize
const STRUCT_TYPE_INDEX: usize = 402usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bUserMenu> for bUserMenu
Auto Trait Implementations§
impl Freeze for bUserMenu
impl RefUnwindSafe for bUserMenu
impl Send for bUserMenu
impl Sync for bUserMenu
impl Unpin for bUserMenu
impl UnwindSafe for bUserMenu
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