#[repr(C)]pub struct SmPropValue {
pub length: c_int,
pub value: SmPointer,
}Fields§
§length: c_int§value: SmPointerTrait Implementations§
Source§impl Clone for SmPropValue
impl Clone for SmPropValue
Source§fn clone(&self) -> SmPropValue
fn clone(&self) -> SmPropValue
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 SmPropValue
impl Debug for SmPropValue
impl Copy for SmPropValue
Auto Trait Implementations§
impl Freeze for SmPropValue
impl RefUnwindSafe for SmPropValue
impl !Send for SmPropValue
impl !Sync for SmPropValue
impl Unpin for SmPropValue
impl UnwindSafe for SmPropValue
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