#[repr(C)]pub struct ConstBulbGroupPtr {
pub bulb_group: *const BulbGroup,
}
Expand description
Shared struct for BulbGroup
pointers.
This is needed because *const
can’t be used directly in the CxxVector collection.
Fields§
§bulb_group: *const BulbGroup
Trait Implementations§
Source§impl ExternType for ConstBulbGroupPtr
impl ExternType for ConstBulbGroupPtr
impl VectorElement for ConstBulbGroupPtr
Auto Trait Implementations§
impl Freeze for ConstBulbGroupPtr
impl RefUnwindSafe for ConstBulbGroupPtr
impl !Send for ConstBulbGroupPtr
impl !Sync for ConstBulbGroupPtr
impl Unpin for ConstBulbGroupPtr
impl UnwindSafe for ConstBulbGroupPtr
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