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