Struct nvbit_model::Stream
source · pub struct Stream(pub u64);Expand description
A CUDA stream.
Tuple Fields§
§0: u64Trait Implementations§
source§impl<'de> Deserialize<'de> for Stream
impl<'de> Deserialize<'de> for Stream
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for Stream
impl Ord for Stream
source§impl PartialEq for Stream
impl PartialEq for Stream
source§impl PartialOrd for Stream
impl PartialOrd for Stream
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for Stream
impl StructuralEq for Stream
impl StructuralPartialEq for Stream
Auto Trait Implementations§
impl RefUnwindSafe for Stream
impl Send for Stream
impl Sync for Stream
impl Unpin for Stream
impl UnwindSafe for Stream
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