#[repr(C, packed(4))]pub struct NodeMapRange {
pub data_type: u8,
pub interpolation_type: u8,
pub clamp: u8,
pub _pad: [i8; 5],
}Fields§
§data_type: u8§interpolation_type: u8§clamp: u8§_pad: [i8; 5]Trait Implementations§
Source§impl GeneratedBlendStruct for NodeMapRange
impl GeneratedBlendStruct for NodeMapRange
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeMapRange"
const STRUCT_INDEX: usize = 489usize
const STRUCT_TYPE_INDEX: usize = 627usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeMapRange> for NodeMapRange
Auto Trait Implementations§
impl Freeze for NodeMapRange
impl RefUnwindSafe for NodeMapRange
impl Send for NodeMapRange
impl Sync for NodeMapRange
impl Unpin for NodeMapRange
impl UnwindSafe for NodeMapRange
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