#[repr(C)]pub struct BlockdevOptionsBlkverify {
pub test: *mut BlockdevRef,
pub raw: *mut BlockdevRef,
}Fields§
§test: *mut BlockdevRef§raw: *mut BlockdevRefTrait Implementations§
Source§impl Clone for BlockdevOptionsBlkverify
impl Clone for BlockdevOptionsBlkverify
Source§fn clone(&self) -> BlockdevOptionsBlkverify
fn clone(&self) -> BlockdevOptionsBlkverify
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 BlockdevOptionsBlkverify
Auto Trait Implementations§
impl !Send for BlockdevOptionsBlkverify
impl !Sync for BlockdevOptionsBlkverify
impl Freeze for BlockdevOptionsBlkverify
impl RefUnwindSafe for BlockdevOptionsBlkverify
impl Unpin for BlockdevOptionsBlkverify
impl UnsafeUnpin for BlockdevOptionsBlkverify
impl UnwindSafe for BlockdevOptionsBlkverify
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