pub struct CelExtraChunk {
pub flags: Flags,
pub precise_x_position: f32,
pub precise_y_position: f32,
pub width: f32,
pub height: f32,
}Fields§
§flags: Flags§precise_x_position: f32§precise_y_position: f32§width: f32§height: f32Implementations§
Auto Trait Implementations§
impl Freeze for CelExtraChunk
impl RefUnwindSafe for CelExtraChunk
impl Send for CelExtraChunk
impl Sync for CelExtraChunk
impl Unpin for CelExtraChunk
impl UnsafeUnpin for CelExtraChunk
impl UnwindSafe for CelExtraChunk
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