#[repr(C)]pub struct multifieldMarker {
pub whichField: c_ushort,
pub where_: multifieldMarker__bindgen_ty_1,
pub startPosition: size_t,
pub range: size_t,
pub next: *mut MultifieldMarker,
}Fields§
§whichField: c_ushort§where_: multifieldMarker__bindgen_ty_1§startPosition: size_t§range: size_t§next: *mut MultifieldMarkerTrait Implementations§
Source§impl Clone for multifieldMarker
impl Clone for multifieldMarker
Source§fn clone(&self) -> multifieldMarker
fn clone(&self) -> multifieldMarker
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 multifieldMarker
impl Debug for multifieldMarker
Source§impl Default for multifieldMarker
impl Default for multifieldMarker
impl Copy for multifieldMarker
Auto Trait Implementations§
impl Freeze for multifieldMarker
impl RefUnwindSafe for multifieldMarker
impl !Send for multifieldMarker
impl !Sync for multifieldMarker
impl Unpin for multifieldMarker
impl UnwindSafe for multifieldMarker
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