#[repr(C, packed(4))]pub struct Panel_Runtime {
pub region_ofsx: i32,
pub _pad: [i8; 4],
pub custom_data_ptr: Pointer<Nothing>,
pub block: Pointer<Nothing>,
pub context: Pointer<Nothing>,
}
Fields§
§region_ofsx: i32
§_pad: [i8; 4]
§custom_data_ptr: Pointer<Nothing>
§block: Pointer<Nothing>
§context: Pointer<Nothing>
Trait Implementations§
Source§impl GeneratedBlendStruct for Panel_Runtime
impl GeneratedBlendStruct for Panel_Runtime
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "Panel_Runtime"
const STRUCT_INDEX: usize = 302usize
const STRUCT_TYPE_INDEX: usize = 421usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<Panel_Runtime> for Panel_Runtime
Auto Trait Implementations§
impl Freeze for Panel_Runtime
impl RefUnwindSafe for Panel_Runtime
impl Send for Panel_Runtime
impl Sync for Panel_Runtime
impl Unpin for Panel_Runtime
impl UnwindSafe for Panel_Runtime
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