#[repr(C)]pub struct ArchivedDiskEncryptUnsafe{
pub tweak: <[u8; 16] as Archive>::Archived,
pub j: <usize as Archive>::Archived,
pub src: <usize as Archive>::Archived,
pub dst: <usize as Archive>::Archived,
pub len: <usize as Archive>::Archived,
pub direction: <Direction as Archive>::Archived,
}Expand description
An archived DiskEncryptUnsafe
Fields§
§tweak: <[u8; 16] as Archive>::ArchivedThe archived counterpart of DiskEncryptUnsafe::tweak
j: <usize as Archive>::ArchivedThe archived counterpart of DiskEncryptUnsafe::j
src: <usize as Archive>::ArchivedThe archived counterpart of DiskEncryptUnsafe::src
dst: <usize as Archive>::ArchivedThe archived counterpart of DiskEncryptUnsafe::dst
len: <usize as Archive>::ArchivedThe archived counterpart of DiskEncryptUnsafe::len
direction: <Direction as Archive>::ArchivedThe archived counterpart of DiskEncryptUnsafe::direction
Trait Implementations§
Source§impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedDiskEncryptUnsafe
impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedDiskEncryptUnsafe
impl Portable for ArchivedDiskEncryptUnsafe
Auto Trait Implementations§
impl Freeze for ArchivedDiskEncryptUnsafe
impl RefUnwindSafe for ArchivedDiskEncryptUnsafe
impl Send for ArchivedDiskEncryptUnsafe
impl Sync for ArchivedDiskEncryptUnsafe
impl Unpin for ArchivedDiskEncryptUnsafe
impl UnwindSafe for ArchivedDiskEncryptUnsafe
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.