pub struct ScenR { /* private fields */ }
Expand description
Value of the field SCEN
Implementations§
Auto Trait Implementations§
impl Freeze for ScenR
impl RefUnwindSafe for ScenR
impl Send for ScenR
impl Sync for ScenR
impl Unpin for ScenR
impl UnwindSafe for ScenR
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