pub struct CUstreamStWarpper(pub *mut CUstream_st);Tuple Fields§
§0: *mut CUstream_stTrait Implementations§
impl Send for CUstreamStWarpper
impl Sync for CUstreamStWarpper
Auto Trait Implementations§
impl Freeze for CUstreamStWarpper
impl RefUnwindSafe for CUstreamStWarpper
impl Unpin for CUstreamStWarpper
impl UnwindSafe for CUstreamStWarpper
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