pub struct CelExtra {
pub precise_x: u32,
pub precise_y: u32,
pub width: u32,
pub height: u32,
}Expand description
Extra precision bounds for a cel.
Fields§
§precise_x: u32§precise_y: u32§width: u32§height: u32Trait Implementations§
impl StructuralPartialEq for CelExtra
Auto Trait Implementations§
impl Freeze for CelExtra
impl RefUnwindSafe for CelExtra
impl Send for CelExtra
impl Sync for CelExtra
impl Unpin for CelExtra
impl UnsafeUnpin for CelExtra
impl UnwindSafe for CelExtra
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