#[repr(C)]pub struct sc_lv_data {
pub value: *mut c_uchar,
pub len: size_t,
}Fields§
§value: *mut c_uchar§len: size_tTrait Implementations§
Source§impl Clone for sc_lv_data
impl Clone for sc_lv_data
Source§fn clone(&self) -> sc_lv_data
fn clone(&self) -> sc_lv_data
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 sc_lv_data
impl Debug for sc_lv_data
impl Copy for sc_lv_data
Auto Trait Implementations§
impl Freeze for sc_lv_data
impl RefUnwindSafe for sc_lv_data
impl !Send for sc_lv_data
impl !Sync for sc_lv_data
impl Unpin for sc_lv_data
impl UnwindSafe for sc_lv_data
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