pub struct CelOptions {
pub pixels: Pixels,
pub x: i16,
pub y: i16,
pub opacity: u8,
pub z_index: i16,
}Expand description
Options for creating a cel with non-default opacity, position, or z-index.
Fields§
§pixels: Pixels§x: i16§y: i16§opacity: u8§z_index: i16Trait Implementations§
Auto Trait Implementations§
impl Freeze for CelOptions
impl RefUnwindSafe for CelOptions
impl Send for CelOptions
impl Sync for CelOptions
impl Unpin for CelOptions
impl UnsafeUnpin for CelOptions
impl UnwindSafe for CelOptions
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