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