Struct gpt_parser::GPTPartition
source · #[repr(C, align(1))]pub struct GPTPartition { /* private fields */ }
Implementations§
source§impl GPTPartition
impl GPTPartition
pub unsafe fn partition_table_checksum(table: &[GPTPartition]) -> u32
Trait Implementations§
source§impl Clone for GPTPartition
impl Clone for GPTPartition
source§fn clone(&self) -> GPTPartition
fn clone(&self) -> GPTPartition
Returns a copy 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 GPTPartition
impl Debug for GPTPartition
source§impl PartialEq<GPTPartition> for GPTPartition
impl PartialEq<GPTPartition> for GPTPartition
source§fn eq(&self, other: &GPTPartition) -> bool
fn eq(&self, other: &GPTPartition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GPTPartition
impl Eq for GPTPartition
impl StructuralEq for GPTPartition
impl StructuralPartialEq for GPTPartition
Auto Trait Implementations§
impl RefUnwindSafe for GPTPartition
impl Send for GPTPartition
impl Sync for GPTPartition
impl Unpin for GPTPartition
impl UnwindSafe for GPTPartition
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