Struct napi_h::PropertyClosures
source · pub struct PropertyClosures {
pub setter_closure: *mut c_void,
pub getter_closure: *mut c_void,
}
Fields§
§setter_closure: *mut c_void
§getter_closure: *mut c_void
Trait Implementations§
source§impl Clone for PropertyClosures
impl Clone for PropertyClosures
source§fn clone(&self) -> PropertyClosures
fn clone(&self) -> PropertyClosures
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 Default for PropertyClosures
impl Default for PropertyClosures
impl Copy for PropertyClosures
Auto Trait Implementations§
impl Freeze for PropertyClosures
impl RefUnwindSafe for PropertyClosures
impl !Send for PropertyClosures
impl !Sync for PropertyClosures
impl Unpin for PropertyClosures
impl UnwindSafe for PropertyClosures
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