#[repr(C, packed(4))]pub struct RenderProfile {
pub next: Pointer<RenderProfile>,
pub prev: Pointer<RenderProfile>,
pub name: [i8; 32],
pub particle_perc: i16,
pub subsurf_max: i16,
pub shadbufsample_max: i16,
pub _pad1: [i8; 2],
pub ao_error: f32,
pub _pad2: [i8; 4],
}
Fields§
§next: Pointer<RenderProfile>
§prev: Pointer<RenderProfile>
§name: [i8; 32]
§particle_perc: i16
§subsurf_max: i16
§shadbufsample_max: i16
§_pad1: [i8; 2]
§ao_error: f32
§_pad2: [i8; 4]
Trait Implementations§
Source§impl DoubleLinked<Pointer<RenderProfile>> for RenderProfile
impl DoubleLinked<Pointer<RenderProfile>> for RenderProfile
Source§impl GeneratedBlendStruct for RenderProfile
impl GeneratedBlendStruct for RenderProfile
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "RenderProfile"
const STRUCT_INDEX: usize = 193usize
const STRUCT_TYPE_INDEX: usize = 277usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<RenderProfile> for RenderProfile
Auto Trait Implementations§
impl Freeze for RenderProfile
impl RefUnwindSafe for RenderProfile
impl Send for RenderProfile
impl Sync for RenderProfile
impl Unpin for RenderProfile
impl UnwindSafe for RenderProfile
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