#[repr(C)]pub enum CodeHookType {
CODE = 4,
BLOCK = 8,
}Variants§
Trait Implementations§
Source§impl Clone for CodeHookType
impl Clone for CodeHookType
Source§fn clone(&self) -> CodeHookType
fn clone(&self) -> CodeHookType
Returns a duplicate 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 CodeHookType
impl Debug for CodeHookType
Source§impl PartialEq for CodeHookType
impl PartialEq for CodeHookType
impl Copy for CodeHookType
impl StructuralPartialEq for CodeHookType
Auto Trait Implementations§
impl Freeze for CodeHookType
impl RefUnwindSafe for CodeHookType
impl Send for CodeHookType
impl Sync for CodeHookType
impl Unpin for CodeHookType
impl UnwindSafe for CodeHookType
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