#[repr(C, packed(4))]pub struct LayerCollection {
pub next: Pointer<LayerCollection>,
pub prev: Pointer<LayerCollection>,
pub collection: Pointer<Collection>,
pub scene_collection: Pointer<SceneCollection>,
pub flag: i16,
pub runtime_flag: i16,
pub _pad: [i8; 4],
pub layer_collections: ListBase,
pub local_collections_bits: i16,
pub _pad2: [i16; 3],
}Fields§
§next: Pointer<LayerCollection>§prev: Pointer<LayerCollection>§collection: Pointer<Collection>§scene_collection: Pointer<SceneCollection>§flag: i16§runtime_flag: i16§_pad: [i8; 4]§layer_collections: ListBase§local_collections_bits: i16§_pad2: [i16; 3]Trait Implementations§
Source§impl DoubleLinked<Pointer<LayerCollection>> for LayerCollection
impl DoubleLinked<Pointer<LayerCollection>> for LayerCollection
Source§impl GeneratedBlendStruct for LayerCollection
impl GeneratedBlendStruct for LayerCollection
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "LayerCollection"
const STRUCT_INDEX: usize = 757usize
const STRUCT_TYPE_INDEX: usize = 894usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<LayerCollection> for LayerCollection
Auto Trait Implementations§
impl Freeze for LayerCollection
impl RefUnwindSafe for LayerCollection
impl Send for LayerCollection
impl Sync for LayerCollection
impl Unpin for LayerCollection
impl UnwindSafe for LayerCollection
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