Struct easy_imgui_sys::ImSpan
source · #[repr(C)]pub struct ImSpan<T> {
pub Data: *mut T,
pub DataEnd: *mut T,
pub _phantom_0: PhantomData<UnsafeCell<T>>,
}Fields§
§Data: *mut T§DataEnd: *mut T§_phantom_0: PhantomData<UnsafeCell<T>>Trait Implementations§
impl<T: Copy> Copy for ImSpan<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for ImSpan<T>
impl<T> !Send for ImSpan<T>
impl<T> !Sync for ImSpan<T>
impl<T> Unpin for ImSpan<T>where
T: Unpin,
impl<T> UnwindSafe for ImSpan<T>where
T: UnwindSafe + RefUnwindSafe,
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