pub struct TransformSelection {
pub transform_id: u16,
pub transform_version: u16,
pub original_size: u64,
pub original_hash: Hash32,
pub stored_stream: Vec<u8>,
}Fields§
§transform_id: u16§transform_version: u16§original_size: u64§original_hash: Hash32§stored_stream: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for TransformSelection
impl Clone for TransformSelection
Source§fn clone(&self) -> TransformSelection
fn clone(&self) -> TransformSelection
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 moreAuto Trait Implementations§
impl Freeze for TransformSelection
impl RefUnwindSafe for TransformSelection
impl Send for TransformSelection
impl Sync for TransformSelection
impl Unpin for TransformSelection
impl UnsafeUnpin for TransformSelection
impl UnwindSafe for TransformSelection
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