#[repr(C)]pub struct sk_runtimeeffect_child_t {
pub fName: *const c_char,
pub fNameLength: usize,
pub fType: sk_runtimeeffect_child_type_t,
pub fIndex: c_int,
}Fields§
§fName: *const c_char§fNameLength: usize§fType: sk_runtimeeffect_child_type_t§fIndex: c_intTrait Implementations§
Source§impl Clone for sk_runtimeeffect_child_t
impl Clone for sk_runtimeeffect_child_t
Source§fn clone(&self) -> sk_runtimeeffect_child_t
fn clone(&self) -> sk_runtimeeffect_child_t
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 Debug for sk_runtimeeffect_child_t
impl Debug for sk_runtimeeffect_child_t
impl Copy for sk_runtimeeffect_child_t
Auto Trait Implementations§
impl Freeze for sk_runtimeeffect_child_t
impl RefUnwindSafe for sk_runtimeeffect_child_t
impl !Send for sk_runtimeeffect_child_t
impl !Sync for sk_runtimeeffect_child_t
impl Unpin for sk_runtimeeffect_child_t
impl UnwindSafe for sk_runtimeeffect_child_t
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