[−][src]Trait imgui::internal::RawWrapper
Marks a type as a transparent wrapper over a raw type
Associated Types
Required methods
unsafe fn raw(&self) -> &Self::Raw
[−]
Returns an immutable reference to the wrapped raw value
unsafe fn raw_mut(&mut self) -> &mut Self::Raw
[−]
Returns a mutable reference to the wrapped raw value