#[repr(u32)]pub enum _alpm_hook_when_t {
ALPM_HOOK_PRE_TRANSACTION = 1,
ALPM_HOOK_POST_TRANSACTION = 2,
}
Expand description
Kind of hook.
Variants§
Trait Implementations§
Source§impl Clone for _alpm_hook_when_t
impl Clone for _alpm_hook_when_t
Source§fn clone(&self) -> _alpm_hook_when_t
fn clone(&self) -> _alpm_hook_when_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _alpm_hook_when_t
impl Debug for _alpm_hook_when_t
Source§impl Hash for _alpm_hook_when_t
impl Hash for _alpm_hook_when_t
Source§impl PartialEq for _alpm_hook_when_t
impl PartialEq for _alpm_hook_when_t
impl Copy for _alpm_hook_when_t
impl Eq for _alpm_hook_when_t
impl StructuralPartialEq for _alpm_hook_when_t
Auto Trait Implementations§
impl Freeze for _alpm_hook_when_t
impl RefUnwindSafe for _alpm_hook_when_t
impl Send for _alpm_hook_when_t
impl Sync for _alpm_hook_when_t
impl Unpin for _alpm_hook_when_t
impl UnwindSafe for _alpm_hook_when_t
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