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