#[repr(C)]pub struct OwnerComponentT {
pub num_children: u32,
pub inst: u32,
}Fields§
§num_children: u32§inst: u32Trait Implementations§
Source§impl Clone for OwnerComponentT
impl Clone for OwnerComponentT
Source§fn clone(&self) -> OwnerComponentT
fn clone(&self) -> OwnerComponentT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OwnerComponentT
Source§impl Default for OwnerComponentT
impl Default for OwnerComponentT
Source§fn default() -> OwnerComponentT
fn default() -> OwnerComponentT
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OwnerComponentT
impl RefUnwindSafe for OwnerComponentT
impl Send for OwnerComponentT
impl Sync for OwnerComponentT
impl Unpin for OwnerComponentT
impl UnsafeUnpin for OwnerComponentT
impl UnwindSafe for OwnerComponentT
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