pub struct BGSLightingTemplate;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BGSLightingTemplate
impl RefUnwindSafe for BGSLightingTemplate
impl Send for BGSLightingTemplate
impl Sync for BGSLightingTemplate
impl Unpin for BGSLightingTemplate
impl UnwindSafe for BGSLightingTemplate
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