pub struct UnderlyingCFICode;Expand description
UnderlyingCFICode (463).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnderlyingCFICode
impl RefUnwindSafe for UnderlyingCFICode
impl Send for UnderlyingCFICode
impl Sync for UnderlyingCFICode
impl Unpin for UnderlyingCFICode
impl UnsafeUnpin for UnderlyingCFICode
impl UnwindSafe for UnderlyingCFICode
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