Struct clips_sys::exprHashNode
source · #[repr(C)]pub struct exprHashNode {
pub hashval: c_uint,
pub count: c_uint,
pub exp: *mut Expression,
pub next: *mut exprHashNode,
pub bsaveID: c_ulong,
}Fields
hashval: c_uintcount: c_uintexp: *mut Expressionnext: *mut exprHashNodebsaveID: c_ulongTrait Implementations
sourceimpl Clone for exprHashNode
impl Clone for exprHashNode
sourcefn clone(&self) -> exprHashNode
fn clone(&self) -> exprHashNode
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 exprHashNode
impl Debug for exprHashNode
sourceimpl Default for exprHashNode
impl Default for exprHashNode
impl Copy for exprHashNode
Auto Trait Implementations
impl RefUnwindSafe for exprHashNode
impl !Send for exprHashNode
impl !Sync for exprHashNode
impl Unpin for exprHashNode
impl UnwindSafe for exprHashNode
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