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