pub struct Mosb {
pub skybox: Option<String>,
}Expand description
MOSB - Skybox name
Fields§
§skybox: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mosb
impl RefUnwindSafe for Mosb
impl Send for Mosb
impl Sync for Mosb
impl Unpin for Mosb
impl UnsafeUnpin for Mosb
impl UnwindSafe for Mosb
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