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_1mMode: LOTMaskTypemAlpha: c_ucharTrait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more