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