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