#[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 (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 BlockdevOptionsGenericFormat
Auto Trait Implementations§
impl !Send for BlockdevOptionsGenericFormat
impl !Sync for BlockdevOptionsGenericFormat
impl Freeze for BlockdevOptionsGenericFormat
impl RefUnwindSafe for BlockdevOptionsGenericFormat
impl Unpin for BlockdevOptionsGenericFormat
impl UnsafeUnpin 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