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