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