#[repr(C, packed(4))]pub struct ObjectLineArt {
pub usage: i16,
pub flags: i16,
pub crease_threshold: f32,
}Fields§
§usage: i16§flags: i16§crease_threshold: f32Trait Implementations§
Source§impl GeneratedBlendStruct for ObjectLineArt
impl GeneratedBlendStruct for ObjectLineArt
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "ObjectLineArt"
const STRUCT_INDEX: usize = 173usize
const STRUCT_TYPE_INDEX: usize = 245usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<ObjectLineArt> for ObjectLineArt
Auto Trait Implementations§
impl Freeze for ObjectLineArt
impl RefUnwindSafe for ObjectLineArt
impl Send for ObjectLineArt
impl Sync for ObjectLineArt
impl Unpin for ObjectLineArt
impl UnwindSafe for ObjectLineArt
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