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 moresource§impl Debug for LOTLayerNode
impl Debug for LOTLayerNode
impl Copy for LOTLayerNode
Auto Trait Implementations§
impl RefUnwindSafe for LOTLayerNode
impl !Send for LOTLayerNode
impl !Sync for LOTLayerNode
impl Unpin for LOTLayerNode
impl UnwindSafe for LOTLayerNode
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