pub struct LifecycleHookWithData {
pub base: LifecycleHook,
pub data_offset: usize,
pub data_len: usize,
}
Fields§
§base: LifecycleHook
§data_offset: usize
§data_len: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LifecycleHookWithData
impl RefUnwindSafe for LifecycleHookWithData
impl Send for LifecycleHookWithData
impl Sync for LifecycleHookWithData
impl Unpin for LifecycleHookWithData
impl UnwindSafe for LifecycleHookWithData
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