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