#[repr(C, packed(4))]pub struct MetaStack {
pub next: Pointer<MetaStack>,
pub prev: Pointer<MetaStack>,
pub oldbasep: Pointer<ListBase>,
pub old_channels: Pointer<ListBase>,
pub parseq: Pointer<Sequence>,
pub disp_range: [i32; 2],
}
Fields§
§next: Pointer<MetaStack>
§prev: Pointer<MetaStack>
§oldbasep: Pointer<ListBase>
§old_channels: Pointer<ListBase>
§parseq: Pointer<Sequence>
§disp_range: [i32; 2]
Trait Implementations§
Source§impl GeneratedBlendStruct for MetaStack
impl GeneratedBlendStruct for MetaStack
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "MetaStack"
const STRUCT_INDEX: usize = 323usize
const STRUCT_TYPE_INDEX: usize = 455usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<MetaStack> for MetaStack
Auto Trait Implementations§
impl Freeze for MetaStack
impl RefUnwindSafe for MetaStack
impl Send for MetaStack
impl Sync for MetaStack
impl Unpin for MetaStack
impl UnwindSafe for MetaStack
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