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