#[repr(C, packed(4))]pub struct bActionGroup {
pub next: Pointer<bActionGroup>,
pub prev: Pointer<bActionGroup>,
pub channels: ListBase,
pub flag: i32,
pub customCol: i32,
pub name: [i8; 64],
pub cs: ThemeWireColor,
}Fields§
§next: Pointer<bActionGroup>§prev: Pointer<bActionGroup>§channels: ListBase§flag: i32§customCol: i32§name: [i8; 64]§cs: ThemeWireColorTrait Implementations§
Source§impl DoubleLinked<Pointer<bActionGroup>> for bActionGroup
impl DoubleLinked<Pointer<bActionGroup>> for bActionGroup
Source§impl GeneratedBlendStruct for bActionGroup
impl GeneratedBlendStruct for bActionGroup
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bActionGroup"
const STRUCT_INDEX: usize = 365usize
const STRUCT_TYPE_INDEX: usize = 498usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bActionGroup> for bActionGroup
Auto Trait Implementations§
impl Freeze for bActionGroup
impl RefUnwindSafe for bActionGroup
impl Send for bActionGroup
impl Sync for bActionGroup
impl Unpin for bActionGroup
impl UnwindSafe for bActionGroup
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