Struct security_claims::ffi::ClaimCipher
source · #[repr(C)]pub struct ClaimCipher {
pub data: c_ushort,
}
Fields§
§data: c_ushort
Trait Implementations§
source§impl Clone for ClaimCipher
impl Clone for ClaimCipher
source§fn clone(&self) -> ClaimCipher
fn clone(&self) -> ClaimCipher
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 ClaimCipher
impl Debug for ClaimCipher
source§impl Default for ClaimCipher
impl Default for ClaimCipher
source§fn default() -> ClaimCipher
fn default() -> ClaimCipher
Returns the “default value” for a type. Read more
source§impl Display for ClaimCipher
impl Display for ClaimCipher
source§impl PartialEq for ClaimCipher
impl PartialEq for ClaimCipher
impl Copy for ClaimCipher
impl Eq for ClaimCipher
impl StructuralPartialEq for ClaimCipher
Auto Trait Implementations§
impl Freeze for ClaimCipher
impl RefUnwindSafe for ClaimCipher
impl Send for ClaimCipher
impl Sync for ClaimCipher
impl Unpin for ClaimCipher
impl UnwindSafe for ClaimCipher
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)