#[repr(C, packed(4))]pub struct NodeBokehImage {
pub angle: f32,
pub flaps: i32,
pub rounding: f32,
pub catadioptric: f32,
pub lensshift: f32,
}Fields§
§angle: f32§flaps: i32§rounding: f32§catadioptric: f32§lensshift: f32Trait Implementations§
Source§impl GeneratedBlendStruct for NodeBokehImage
impl GeneratedBlendStruct for NodeBokehImage
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeBokehImage"
const STRUCT_INDEX: usize = 427usize
const STRUCT_TYPE_INDEX: usize = 565usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeBokehImage> for NodeBokehImage
Auto Trait Implementations§
impl Freeze for NodeBokehImage
impl RefUnwindSafe for NodeBokehImage
impl Send for NodeBokehImage
impl Sync for NodeBokehImage
impl Unpin for NodeBokehImage
impl UnwindSafe for NodeBokehImage
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