#[repr(C)]pub struct DkMinfo {
pub dki_media_type: UIntT,
pub dki_lbsize: UIntT,
pub dki_capacity: DiskaddrT,
}
Fields§
§dki_media_type: UIntT
§dki_lbsize: UIntT
§dki_capacity: DiskaddrT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DkMinfo
impl RefUnwindSafe for DkMinfo
impl Send for DkMinfo
impl Sync for DkMinfo
impl Unpin for DkMinfo
impl UnwindSafe for DkMinfo
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