#[repr(C, packed(4))]pub struct GP_Sculpt_Guide {
pub use_guide: i8,
pub use_snapping: i8,
pub reference_point: i8,
pub type_: i8,
pub _pad2: [i8; 4],
pub angle: f32,
pub angle_snap: f32,
pub spacing: f32,
pub location: [f32; 3],
pub reference_object: Pointer<Object>,
}Fields§
§use_guide: i8§use_snapping: i8§reference_point: i8§type_: i8§_pad2: [i8; 4]§angle: f32§angle_snap: f32§spacing: f32§location: [f32; 3]§reference_object: Pointer<Object>Trait Implementations§
Source§impl GeneratedBlendStruct for GP_Sculpt_Guide
impl GeneratedBlendStruct for GP_Sculpt_Guide
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "GP_Sculpt_Guide"
const STRUCT_INDEX: usize = 210usize
const STRUCT_TYPE_INDEX: usize = 296usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<GP_Sculpt_Guide> for GP_Sculpt_Guide
Auto Trait Implementations§
impl Freeze for GP_Sculpt_Guide
impl RefUnwindSafe for GP_Sculpt_Guide
impl Send for GP_Sculpt_Guide
impl Sync for GP_Sculpt_Guide
impl Unpin for GP_Sculpt_Guide
impl UnwindSafe for GP_Sculpt_Guide
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