#[repr(C)]pub struct AEGP_FootageLayerKey {
pub layer_idL: A_long,
pub layer_indexL: A_long,
pub nameAC: [A_char; 64],
pub layer_draw_style: AEGP_LayerDrawStyle,
}Fields§
§layer_idL: A_long§layer_indexL: A_long§nameAC: [A_char; 64]§layer_draw_style: AEGP_LayerDrawStyleTrait Implementations§
Source§impl Clone for AEGP_FootageLayerKey
impl Clone for AEGP_FootageLayerKey
Source§fn clone(&self) -> AEGP_FootageLayerKey
fn clone(&self) -> AEGP_FootageLayerKey
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_FootageLayerKey
impl Debug for AEGP_FootageLayerKey
impl Copy for AEGP_FootageLayerKey
Auto Trait Implementations§
impl Freeze for AEGP_FootageLayerKey
impl RefUnwindSafe for AEGP_FootageLayerKey
impl Send for AEGP_FootageLayerKey
impl Sync for AEGP_FootageLayerKey
impl Unpin for AEGP_FootageLayerKey
impl UnwindSafe for AEGP_FootageLayerKey
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