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