#[repr(C, packed(4))]pub struct NodeTexBrick {
pub base: NodeTexBase,
pub offset_freq: i32,
pub squash_freq: i32,
pub offset: f32,
pub squash: f32,
}Fields§
§base: NodeTexBase§offset_freq: i32§squash_freq: i32§offset: f32§squash: f32Trait Implementations§
Source§impl GeneratedBlendStruct for NodeTexBrick
impl GeneratedBlendStruct for NodeTexBrick
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeTexBrick"
const STRUCT_INDEX: usize = 458usize
const STRUCT_TYPE_INDEX: usize = 596usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeTexBrick> for NodeTexBrick
Auto Trait Implementations§
impl Freeze for NodeTexBrick
impl RefUnwindSafe for NodeTexBrick
impl Send for NodeTexBrick
impl Sync for NodeTexBrick
impl Unpin for NodeTexBrick
impl UnwindSafe for NodeTexBrick
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