#[repr(C)]pub struct nk_buffer_marker {
pub active: c_int,
pub offset: nk_size,
}Fields§
§active: c_int§offset: nk_sizeTrait Implementations§
Source§impl Clone for nk_buffer_marker
impl Clone for nk_buffer_marker
Source§fn clone(&self) -> nk_buffer_marker
fn clone(&self) -> nk_buffer_marker
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 nk_buffer_marker
impl Debug for nk_buffer_marker
Source§impl Default for nk_buffer_marker
impl Default for nk_buffer_marker
Source§fn default() -> nk_buffer_marker
fn default() -> nk_buffer_marker
Returns the “default value” for a type. Read more
impl Copy for nk_buffer_marker
Auto Trait Implementations§
impl Freeze for nk_buffer_marker
impl RefUnwindSafe for nk_buffer_marker
impl Send for nk_buffer_marker
impl Sync for nk_buffer_marker
impl Unpin for nk_buffer_marker
impl UnwindSafe for nk_buffer_marker
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