#[repr(C)]pub struct AEGP_LoopBehavior {
pub loops: A_long,
pub reserved: A_long,
}Fields§
§loops: A_long§reserved: A_longTrait Implementations§
Source§impl Clone for AEGP_LoopBehavior
impl Clone for AEGP_LoopBehavior
Source§fn clone(&self) -> AEGP_LoopBehavior
fn clone(&self) -> AEGP_LoopBehavior
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 AEGP_LoopBehavior
impl Debug for AEGP_LoopBehavior
impl Copy for AEGP_LoopBehavior
Auto Trait Implementations§
impl Freeze for AEGP_LoopBehavior
impl RefUnwindSafe for AEGP_LoopBehavior
impl Send for AEGP_LoopBehavior
impl Sync for AEGP_LoopBehavior
impl Unpin for AEGP_LoopBehavior
impl UnwindSafe for AEGP_LoopBehavior
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