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