Struct boring_sys::point_conversion_form_t
source · [−]#[repr(transparent)]pub struct point_conversion_form_t(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl point_conversion_form_t
impl point_conversion_form_t
pub const POINT_CONVERSION_COMPRESSED: point_conversion_form_t = _
sourceimpl point_conversion_form_t
impl point_conversion_form_t
pub const POINT_CONVERSION_UNCOMPRESSED: point_conversion_form_t = _
sourceimpl point_conversion_form_t
impl point_conversion_form_t
pub const POINT_CONVERSION_HYBRID: point_conversion_form_t = _
Trait Implementations
sourceimpl Clone for point_conversion_form_t
impl Clone for point_conversion_form_t
sourcefn clone(&self) -> point_conversion_form_t
fn clone(&self) -> point_conversion_form_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for point_conversion_form_t
impl Debug for point_conversion_form_t
sourceimpl Hash for point_conversion_form_t
impl Hash for point_conversion_form_t
sourceimpl PartialEq<point_conversion_form_t> for point_conversion_form_t
impl PartialEq<point_conversion_form_t> for point_conversion_form_t
sourcefn eq(&self, other: &point_conversion_form_t) -> bool
fn eq(&self, other: &point_conversion_form_t) -> bool
impl Copy for point_conversion_form_t
impl Eq for point_conversion_form_t
impl StructuralEq for point_conversion_form_t
impl StructuralPartialEq for point_conversion_form_t
Auto Trait Implementations
impl RefUnwindSafe for point_conversion_form_t
impl Send for point_conversion_form_t
impl Sync for point_conversion_form_t
impl Unpin for point_conversion_form_t
impl UnwindSafe for point_conversion_form_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more