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