#[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 · 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 BlockdevOptionsBlkverify
impl Debug for BlockdevOptionsBlkverify
impl Copy for BlockdevOptionsBlkverify
Auto Trait Implementations§
impl Freeze for BlockdevOptionsBlkverify
impl RefUnwindSafe for BlockdevOptionsBlkverify
impl !Send for BlockdevOptionsBlkverify
impl !Sync for BlockdevOptionsBlkverify
impl Unpin 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