#[repr(C, packed(4))]pub struct NodeDefocus {
pub bktype: i8,
pub _pad0: i8,
pub preview: i8,
pub gamco: i8,
pub samples: i16,
pub no_zbuf: i16,
pub fstop: f32,
pub maxblur: f32,
pub bthresh: f32,
pub scale: f32,
pub rotation: f32,
pub _pad1: [i8; 4],
}Fields§
§bktype: i8§_pad0: i8§preview: i8§gamco: i8§samples: i16§no_zbuf: i16§fstop: f32§maxblur: f32§bthresh: f32§scale: f32§rotation: f32§_pad1: [i8; 4]Trait Implementations§
Source§impl GeneratedBlendStruct for NodeDefocus
impl GeneratedBlendStruct for NodeDefocus
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeDefocus"
const STRUCT_INDEX: usize = 443usize
const STRUCT_TYPE_INDEX: usize = 581usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeDefocus> for NodeDefocus
Auto Trait Implementations§
impl Freeze for NodeDefocus
impl RefUnwindSafe for NodeDefocus
impl Send for NodeDefocus
impl Sync for NodeDefocus
impl Unpin for NodeDefocus
impl UnwindSafe for NodeDefocus
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