#[repr(C)]pub struct lv_mem_buf_t {
pub p: *mut c_void,
pub size: u16,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: u8,
}
Fields§
§p: *mut c_void
§size: u16
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§__bindgen_padding_0: u8
Implementations§
Source§impl lv_mem_buf_t
impl lv_mem_buf_t
Trait Implementations§
Source§impl Clone for lv_mem_buf_t
impl Clone for lv_mem_buf_t
Source§fn clone(&self) -> lv_mem_buf_t
fn clone(&self) -> lv_mem_buf_t
Returns a duplicate 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 lv_mem_buf_t
impl Debug for lv_mem_buf_t
Source§impl Default for lv_mem_buf_t
impl Default for lv_mem_buf_t
impl Copy for lv_mem_buf_t
Auto Trait Implementations§
impl Freeze for lv_mem_buf_t
impl RefUnwindSafe for lv_mem_buf_t
impl !Send for lv_mem_buf_t
impl !Sync for lv_mem_buf_t
impl Unpin for lv_mem_buf_t
impl UnwindSafe for lv_mem_buf_t
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