Struct clips_sys::multifieldMarker
source · #[repr(C)]pub struct multifieldMarker {
pub whichField: c_ushort,
pub where_: multifieldMarker__bindgen_ty_1,
pub startPosition: usize,
pub range: usize,
pub next: *mut MultifieldMarker,
}Fields
whichField: c_ushortwhere_: multifieldMarker__bindgen_ty_1startPosition: usizerange: usizenext: *mut MultifieldMarkerTrait Implementations
sourceimpl Clone for multifieldMarker
impl Clone for multifieldMarker
sourcefn clone(&self) -> multifieldMarker
fn clone(&self) -> multifieldMarker
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 multifieldMarker
impl Debug for multifieldMarker
sourceimpl Default for multifieldMarker
impl Default for multifieldMarker
impl Copy for multifieldMarker
Auto Trait Implementations
impl RefUnwindSafe for multifieldMarker
impl !Send for multifieldMarker
impl !Sync for multifieldMarker
impl Unpin for multifieldMarker
impl UnwindSafe for multifieldMarker
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