#[repr(transparent)]pub struct BulbState {
pub repr: i32,
}
Fields§
§repr: i32
Implementations§
Trait Implementations§
Source§impl ExternType for BulbState
impl ExternType for BulbState
impl Copy for BulbState
impl Eq for BulbState
impl StructuralPartialEq for BulbState
impl VectorElement for BulbState
Auto Trait Implementations§
impl Freeze for BulbState
impl RefUnwindSafe for BulbState
impl Send for BulbState
impl Sync for BulbState
impl Unpin for BulbState
impl UnwindSafe for BulbState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)