#[repr(C)]pub struct nk_style_slide { /* private fields */ }Trait Implementations§
Source§impl Clone for nk_style_slide
impl Clone for nk_style_slide
Source§fn clone(&self) -> nk_style_slide
fn clone(&self) -> nk_style_slide
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_style_slide
impl Debug for nk_style_slide
impl Copy for nk_style_slide
Auto Trait Implementations§
impl Freeze for nk_style_slide
impl RefUnwindSafe for nk_style_slide
impl Send for nk_style_slide
impl Sync for nk_style_slide
impl Unpin for nk_style_slide
impl UnwindSafe for nk_style_slide
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