pub struct LightmapsInvalidSizeError {
pub style: LightmapStyle,
pub image_size: UVec2,
pub expected_size: UVec2,
}Fields§
§style: LightmapStyle§image_size: UVec2§expected_size: UVec2Trait Implementations§
Source§impl Debug for LightmapsInvalidSizeError
impl Debug for LightmapsInvalidSizeError
Source§impl Display for LightmapsInvalidSizeError
impl Display for LightmapsInvalidSizeError
Source§impl Error for LightmapsInvalidSizeError
impl Error for LightmapsInvalidSizeError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for LightmapsInvalidSizeError
impl RefUnwindSafe for LightmapsInvalidSizeError
impl Send for LightmapsInvalidSizeError
impl Sync for LightmapsInvalidSizeError
impl Unpin for LightmapsInvalidSizeError
impl UnwindSafe for LightmapsInvalidSizeError
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