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