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