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