#[repr(C, packed(4))]pub struct NodeLensDist {
pub jit: i16,
pub proj: i16,
pub fit: i16,
pub _pad: [i8; 2],
}Fields§
§jit: i16§proj: i16§fit: i16§_pad: [i8; 2]Trait Implementations§
Source§impl GeneratedBlendStruct for NodeLensDist
impl GeneratedBlendStruct for NodeLensDist
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeLensDist"
const STRUCT_INDEX: usize = 447usize
const STRUCT_TYPE_INDEX: usize = 585usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeLensDist> for NodeLensDist
Auto Trait Implementations§
impl Freeze for NodeLensDist
impl RefUnwindSafe for NodeLensDist
impl Send for NodeLensDist
impl Sync for NodeLensDist
impl Unpin for NodeLensDist
impl UnwindSafe for NodeLensDist
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