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