pub struct LightingData {
pub data: Box<[Option<[u8; 2048]>; 18]>,
}
Fields§
§data: Box<[Option<[u8; 2048]>; 18]>
Trait Implementations§
Source§impl Clone for LightingData
impl Clone for LightingData
Source§fn clone(&self) -> LightingData
fn clone(&self) -> LightingData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LightingData
impl Debug for LightingData
Source§impl Display for LightingData
impl Display for LightingData
Source§impl PartialEq for LightingData
impl PartialEq for LightingData
impl StructuralPartialEq for LightingData
Auto Trait Implementations§
impl Freeze for LightingData
impl RefUnwindSafe for LightingData
impl Send for LightingData
impl Sync for LightingData
impl Unpin for LightingData
impl UnwindSafe for LightingData
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