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