#[repr(C)]pub struct InlineCryptoOptions {
pub dun: u32,
pub slot: u8,
}
Expand description
InlineCryptoOptions only used if slot
is not equal to its sentinel value (0xff).
Fields§
§dun: u32
§slot: u8
Trait Implementations§
Source§impl Clone for InlineCryptoOptions
impl Clone for InlineCryptoOptions
Source§fn clone(&self) -> InlineCryptoOptions
fn clone(&self) -> InlineCryptoOptions
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 InlineCryptoOptions
impl Debug for InlineCryptoOptions
Source§impl Default for InlineCryptoOptions
impl Default for InlineCryptoOptions
Source§impl PartialEq for InlineCryptoOptions
impl PartialEq for InlineCryptoOptions
impl Copy for InlineCryptoOptions
impl Eq for InlineCryptoOptions
impl StructuralPartialEq for InlineCryptoOptions
Auto Trait Implementations§
impl Freeze for InlineCryptoOptions
impl RefUnwindSafe for InlineCryptoOptions
impl Send for InlineCryptoOptions
impl Sync for InlineCryptoOptions
impl Unpin for InlineCryptoOptions
impl UnwindSafe for InlineCryptoOptions
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