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