#[repr(C)]pub struct _PedGeometry {
pub dev: *mut PedDevice,
pub start: PedSector,
pub length: PedSector,
pub end: PedSector,
}Fields§
§dev: *mut PedDevice§start: PedSector§length: PedSector§end: PedSectorTrait Implementations§
Source§impl Clone for _PedGeometry
impl Clone for _PedGeometry
Source§fn clone(&self) -> _PedGeometry
fn clone(&self) -> _PedGeometry
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 _PedGeometry
impl Debug for _PedGeometry
impl Copy for _PedGeometry
Auto Trait Implementations§
impl Freeze for _PedGeometry
impl RefUnwindSafe for _PedGeometry
impl !Send for _PedGeometry
impl !Sync for _PedGeometry
impl Unpin for _PedGeometry
impl UnwindSafe for _PedGeometry
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