#[repr(C)]pub struct clipsValue {
pub __bindgen_anon_1: clipsValue__bindgen_ty_1,
}Fields§
§__bindgen_anon_1: clipsValue__bindgen_ty_1Trait Implementations§
Source§impl Clone for clipsValue
impl Clone for clipsValue
Source§fn clone(&self) -> clipsValue
fn clone(&self) -> clipsValue
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 clipsValue
impl Debug for clipsValue
Source§impl Default for clipsValue
impl Default for clipsValue
impl Copy for clipsValue
Auto Trait Implementations§
impl Freeze for clipsValue
impl RefUnwindSafe for clipsValue
impl !Send for clipsValue
impl !Sync for clipsValue
impl Unpin for clipsValue
impl UnwindSafe for clipsValue
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