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