#[repr(C)]pub struct TtAspectNameProperty {
pub property_idx: u32,
}Fields§
§property_idx: u32Trait Implementations§
Source§impl Clone for TtAspectNameProperty
impl Clone for TtAspectNameProperty
Source§fn clone(&self) -> TtAspectNameProperty
fn clone(&self) -> TtAspectNameProperty
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 TtAspectNameProperty
impl Default for TtAspectNameProperty
Source§fn default() -> TtAspectNameProperty
fn default() -> TtAspectNameProperty
Returns the “default value” for a type. Read more
impl Copy for TtAspectNameProperty
Auto Trait Implementations§
impl Freeze for TtAspectNameProperty
impl RefUnwindSafe for TtAspectNameProperty
impl Send for TtAspectNameProperty
impl Sync for TtAspectNameProperty
impl Unpin for TtAspectNameProperty
impl UnwindSafe for TtAspectNameProperty
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