#[repr(C)]pub struct DdTlcInfo { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for DdTlcInfo
impl RefUnwindSafe for DdTlcInfo
impl Send for DdTlcInfo
impl Sync for DdTlcInfo
impl Unpin for DdTlcInfo
impl UnwindSafe for DdTlcInfo
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