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