#[repr(C)]pub struct BlockdevOptionsLUKS {
pub file: *mut BlockdevRef,
pub has_key_secret: bool,
pub key_secret: *mut i8,
}Fields§
§file: *mut BlockdevRef§has_key_secret: bool§key_secret: *mut i8Trait Implementations§
Source§impl Clone for BlockdevOptionsLUKS
impl Clone for BlockdevOptionsLUKS
Source§fn clone(&self) -> BlockdevOptionsLUKS
fn clone(&self) -> BlockdevOptionsLUKS
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BlockdevOptionsLUKS
Auto Trait Implementations§
impl !Send for BlockdevOptionsLUKS
impl !Sync for BlockdevOptionsLUKS
impl Freeze for BlockdevOptionsLUKS
impl RefUnwindSafe for BlockdevOptionsLUKS
impl Unpin for BlockdevOptionsLUKS
impl UnsafeUnpin for BlockdevOptionsLUKS
impl UnwindSafe for BlockdevOptionsLUKS
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