#[repr(C)]pub struct _PedCHSGeometry {
pub cylinders: c_int,
pub heads: c_int,
pub sectors: c_int,
}Fields§
§cylinders: c_int§heads: c_int§sectors: c_intTrait Implementations§
Source§impl Clone for _PedCHSGeometry
impl Clone for _PedCHSGeometry
Source§fn clone(&self) -> _PedCHSGeometry
fn clone(&self) -> _PedCHSGeometry
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 _PedCHSGeometry
impl Debug for _PedCHSGeometry
impl Copy for _PedCHSGeometry
Auto Trait Implementations§
impl Freeze for _PedCHSGeometry
impl RefUnwindSafe for _PedCHSGeometry
impl Send for _PedCHSGeometry
impl Sync for _PedCHSGeometry
impl Unpin for _PedCHSGeometry
impl UnwindSafe for _PedCHSGeometry
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