#[repr(C)]pub struct GCPolicy {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
impl Copy for GCPolicy
impl StructuralPartialEq for GCPolicy
Auto Trait Implementations§
impl Freeze for GCPolicy
impl RefUnwindSafe for GCPolicy
impl Send for GCPolicy
impl Sync for GCPolicy
impl Unpin for GCPolicy
impl UnwindSafe for GCPolicy
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