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