pub struct LightSourceFile {
pub items: Vec<LightItem>,
}Fields§
§items: Vec<LightItem>Trait Implementations§
Source§impl Clone for LightSourceFile
impl Clone for LightSourceFile
Source§fn clone(&self) -> LightSourceFile
fn clone(&self) -> LightSourceFile
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 LightSourceFile
impl Debug for LightSourceFile
Source§impl Default for LightSourceFile
impl Default for LightSourceFile
Source§fn default() -> LightSourceFile
fn default() -> LightSourceFile
Returns the “default value” for a type. Read more
Source§impl PartialEq for LightSourceFile
impl PartialEq for LightSourceFile
impl Eq for LightSourceFile
impl StructuralPartialEq for LightSourceFile
Auto Trait Implementations§
impl Freeze for LightSourceFile
impl RefUnwindSafe for LightSourceFile
impl Send for LightSourceFile
impl Sync for LightSourceFile
impl Unpin for LightSourceFile
impl UnsafeUnpin for LightSourceFile
impl UnwindSafe for LightSourceFile
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