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