pub struct DevPathMediaHd {
pub nr: u32,
pub start: u64,
pub size: u64,
pub signature: Guid,
pub mbrtype: u8,
pub sigtype: u8,
}Fields§
§nr: u32§start: u64§size: u64§signature: Guid§mbrtype: u8§sigtype: u8Trait Implementations§
Source§impl Debug for DevPathMediaHd
impl Debug for DevPathMediaHd
Source§impl PartialEq for DevPathMediaHd
impl PartialEq for DevPathMediaHd
Source§fn eq(&self, other: &DevPathMediaHd) -> bool
fn eq(&self, other: &DevPathMediaHd) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DevPathMediaHd
Auto Trait Implementations§
impl Freeze for DevPathMediaHd
impl RefUnwindSafe for DevPathMediaHd
impl Send for DevPathMediaHd
impl Sync for DevPathMediaHd
impl Unpin for DevPathMediaHd
impl UnsafeUnpin for DevPathMediaHd
impl UnwindSafe for DevPathMediaHd
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