Struct rlottie_sys::LOTMask
source · #[repr(C)]pub struct LOTMask {
pub mPath: LOTMask__bindgen_ty_1,
pub mMode: LOTMaskType,
pub mAlpha: c_uchar,
}
Fields§
§mPath: LOTMask__bindgen_ty_1
§mMode: LOTMaskType
§mAlpha: c_uchar
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LOTMask
impl !Send for LOTMask
impl !Sync for LOTMask
impl Unpin for LOTMask
impl UnwindSafe for LOTMask
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