Struct rlottie_sys::LOTLayerNode
source · #[repr(C)]pub struct LOTLayerNode {
pub mMaskList: LOTLayerNode__bindgen_ty_1,
pub mClipPath: LOTLayerNode__bindgen_ty_2,
pub mLayerList: LOTLayerNode__bindgen_ty_3,
pub mNodeList: LOTLayerNode__bindgen_ty_4,
pub mMatte: LOTMatteType,
pub mVisible: c_int,
pub mAlpha: c_uchar,
pub keypath: *const c_char,
}
Fields§
§mMaskList: LOTLayerNode__bindgen_ty_1
§mClipPath: LOTLayerNode__bindgen_ty_2
§mLayerList: LOTLayerNode__bindgen_ty_3
§mNodeList: LOTLayerNode__bindgen_ty_4
§mMatte: LOTMatteType
§mVisible: c_int
§mAlpha: c_uchar
§keypath: *const c_char
Trait Implementations§
source§impl Clone for LOTLayerNode
impl Clone for LOTLayerNode
source§fn clone(&self) -> LOTLayerNode
fn clone(&self) -> LOTLayerNode
Returns a copy 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 more