#[repr(C, packed(4))]pub struct View3DCursor {
pub location: [f32; 3],
pub rotation_quaternion: [f32; 4],
pub rotation_euler: [f32; 3],
pub rotation_axis: [f32; 3],
pub rotation_angle: f32,
pub rotation_mode: i16,
pub _pad: [i8; 6],
}Fields§
§location: [f32; 3]§rotation_quaternion: [f32; 4]§rotation_euler: [f32; 3]§rotation_axis: [f32; 3]§rotation_angle: f32§rotation_mode: i16§_pad: [i8; 6]Trait Implementations§
Source§impl GeneratedBlendStruct for View3DCursor
impl GeneratedBlendStruct for View3DCursor
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "View3DCursor"
const STRUCT_INDEX: usize = 227usize
const STRUCT_TYPE_INDEX: usize = 315usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<View3DCursor> for View3DCursor
Auto Trait Implementations§
impl Freeze for View3DCursor
impl RefUnwindSafe for View3DCursor
impl Send for View3DCursor
impl Sync for View3DCursor
impl Unpin for View3DCursor
impl UnwindSafe for View3DCursor
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