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