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