pub struct CompositeWeightPart {
pub layout: Box<PhysicalWeightLayout>,
pub logical_offsets: Vec<u64>,
pub extents: Vec<u64>,
}Fields§
§layout: Box<PhysicalWeightLayout>§logical_offsets: Vec<u64>§extents: Vec<u64>Trait Implementations§
Source§impl Clone for CompositeWeightPart
impl Clone for CompositeWeightPart
Source§fn clone(&self) -> CompositeWeightPart
fn clone(&self) -> CompositeWeightPart
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CompositeWeightPart
impl Debug for CompositeWeightPart
Source§impl<'de> Deserialize<'de> for CompositeWeightPart
impl<'de> Deserialize<'de> for CompositeWeightPart
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
impl Eq for CompositeWeightPart
Source§impl PartialEq for CompositeWeightPart
impl PartialEq for CompositeWeightPart
Source§impl Serialize for CompositeWeightPart
impl Serialize for CompositeWeightPart
impl StructuralPartialEq for CompositeWeightPart
Auto Trait Implementations§
impl Freeze for CompositeWeightPart
impl RefUnwindSafe for CompositeWeightPart
impl Send for CompositeWeightPart
impl Sync for CompositeWeightPart
impl Unpin for CompositeWeightPart
impl UnsafeUnpin for CompositeWeightPart
impl UnwindSafe for CompositeWeightPart
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