Struct pgx_pg_sys::_OSUnalignedU16
source · #[repr(C, packed)]pub struct _OSUnalignedU16 {
pub __val: u16,
}Fields§
§__val: u16Trait Implementations§
source§impl Clone for _OSUnalignedU16
impl Clone for _OSUnalignedU16
source§fn clone(&self) -> _OSUnalignedU16
fn clone(&self) -> _OSUnalignedU16
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 _OSUnalignedU16
impl Debug for _OSUnalignedU16
source§impl Default for _OSUnalignedU16
impl Default for _OSUnalignedU16
source§fn default() -> _OSUnalignedU16
fn default() -> _OSUnalignedU16
Returns the “default value” for a type. Read more