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