Struct alpm::RawEventCb
source · pub struct RawEventCb { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawEventCb
impl !RefUnwindSafe for RawEventCb
impl !Send for RawEventCb
impl !Sync for RawEventCb
impl Unpin for RawEventCb
impl !UnwindSafe for RawEventCb
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