#[repr(C)]pub struct crypt_active_device {
pub offset: u64,
pub iv_offset: u64,
pub size: u64,
pub flags: u32,
}Fields§
§offset: u64§iv_offset: u64§size: u64§flags: u32Auto Trait Implementations§
impl Freeze for crypt_active_device
impl RefUnwindSafe for crypt_active_device
impl Send for crypt_active_device
impl Sync for crypt_active_device
impl Unpin for crypt_active_device
impl UnwindSafe for crypt_active_device
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