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