#[repr(C)]pub struct OPtrans_map {
pub size: usize,
pub map: [c_short; 1],
}
Fields§
§size: usize
§map: [c_short; 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 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 OPtrans_map
impl Debug for OPtrans_map
impl Copy 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 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