pub struct HostLogicalOwned {
pub data: Vec<u8>,
pub shape: Vec<usize>,
}Expand description
Host-resident logical output returned by providers.
Fields§
§data: Vec<u8>§shape: Vec<usize>Trait Implementations§
Source§impl Clone for HostLogicalOwned
impl Clone for HostLogicalOwned
Source§fn clone(&self) -> HostLogicalOwned
fn clone(&self) -> HostLogicalOwned
Returns a duplicate 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 HostLogicalOwned
impl Debug for HostLogicalOwned
Source§impl<'de> Deserialize<'de> for HostLogicalOwned
impl<'de> Deserialize<'de> for HostLogicalOwned
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 PartialEq for HostLogicalOwned
impl PartialEq for HostLogicalOwned
Source§impl Serialize for HostLogicalOwned
impl Serialize for HostLogicalOwned
impl StructuralPartialEq for HostLogicalOwned
Auto Trait Implementations§
impl Freeze for HostLogicalOwned
impl RefUnwindSafe for HostLogicalOwned
impl Send for HostLogicalOwned
impl Sync for HostLogicalOwned
impl Unpin for HostLogicalOwned
impl UnwindSafe for HostLogicalOwned
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