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