#[repr(C, packed(4))]pub struct ViewLayerEngineData {
pub next: Pointer<ViewLayerEngineData>,
pub prev: Pointer<ViewLayerEngineData>,
pub engine_type: Pointer<Nothing>,
pub storage: Pointer<Void>,
pub free: Function,
}Fields§
§next: Pointer<ViewLayerEngineData>§prev: Pointer<ViewLayerEngineData>§engine_type: Pointer<Nothing>§storage: Pointer<Void>§free: FunctionTrait Implementations§
Source§impl GeneratedBlendStruct for ViewLayerEngineData
impl GeneratedBlendStruct for ViewLayerEngineData
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "ViewLayerEngineData"
const STRUCT_INDEX: usize = 756usize
const STRUCT_TYPE_INDEX: usize = 892usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<ViewLayerEngineData> for ViewLayerEngineData
Auto Trait Implementations§
impl Freeze for ViewLayerEngineData
impl RefUnwindSafe for ViewLayerEngineData
impl Send for ViewLayerEngineData
impl Sync for ViewLayerEngineData
impl Unpin for ViewLayerEngineData
impl UnwindSafe for ViewLayerEngineData
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