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