#[repr(C)]pub struct NotNull<T> {
pub _phantom_0: PhantomData<UnsafeCell<T>>,
pub mBasePtr: CopyablePtr<T>,
}
Fields§
§_phantom_0: PhantomData<UnsafeCell<T>>
§mBasePtr: CopyablePtr<T>
Trait Implementations§
impl<T: Copy> Copy for NotNull<T>
impl<T> StructuralPartialEq for NotNull<T>
Auto Trait Implementations§
impl<T> Freeze for NotNull<T>where
T: Freeze,
impl<T> !RefUnwindSafe for NotNull<T>
impl<T> Send for NotNull<T>where
T: Send,
impl<T> !Sync for NotNull<T>
impl<T> Unpin for NotNull<T>where
T: Unpin,
impl<T> UnwindSafe for NotNull<T>where
T: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more