#[repr(C)]pub struct OPtrans_map {
pub size: usize,
pub map: [i16; 1],
}Fields§
§size: usize§map: [i16; 1]Trait Implementations§
Source§impl Clone for OPtrans_map
impl Clone for OPtrans_map
Source§fn clone(&self) -> OPtrans_map
fn clone(&self) -> OPtrans_map
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OPtrans_map
impl Debug for OPtrans_map
Source§impl Ord for OPtrans_map
impl Ord for OPtrans_map
Source§fn cmp(&self, other: &OPtrans_map) -> Ordering
fn cmp(&self, other: &OPtrans_map) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OPtrans_map
impl PartialEq for OPtrans_map
Source§fn eq(&self, other: &OPtrans_map) -> bool
fn eq(&self, other: &OPtrans_map) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OPtrans_map
impl PartialOrd for OPtrans_map
impl Copy for OPtrans_map
impl Eq for OPtrans_map
impl StructuralPartialEq for OPtrans_map
Auto Trait Implementations§
impl Freeze for OPtrans_map
impl RefUnwindSafe for OPtrans_map
impl Send for OPtrans_map
impl Sync for OPtrans_map
impl Unpin for OPtrans_map
impl UnsafeUnpin for OPtrans_map
impl UnwindSafe for OPtrans_map
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