#[repr(C)]pub enum crypt_reencrypt_direction_info {
CRYPT_REENCRYPT_FORWARD = 0,
CRYPT_REENCRYPT_BACKWARD = 1,
}Variants§
Trait Implementations§
Source§impl Clone for crypt_reencrypt_direction_info
impl Clone for crypt_reencrypt_direction_info
Source§fn clone(&self) -> crypt_reencrypt_direction_info
fn clone(&self) -> crypt_reencrypt_direction_info
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 PartialEq for crypt_reencrypt_direction_info
impl PartialEq for crypt_reencrypt_direction_info
Source§fn eq(&self, other: &crypt_reencrypt_direction_info) -> bool
fn eq(&self, other: &crypt_reencrypt_direction_info) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for crypt_reencrypt_direction_info
impl Eq for crypt_reencrypt_direction_info
impl StructuralPartialEq for crypt_reencrypt_direction_info
Auto Trait Implementations§
impl Freeze for crypt_reencrypt_direction_info
impl RefUnwindSafe for crypt_reencrypt_direction_info
impl Send for crypt_reencrypt_direction_info
impl Sync for crypt_reencrypt_direction_info
impl Unpin for crypt_reencrypt_direction_info
impl UnwindSafe for crypt_reencrypt_direction_info
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