pub struct AlignmentOperations {
pub operation: AlignmentOperation,
pub count: u32,
}
Fields§
§operation: AlignmentOperation
§count: u32
Trait Implementations§
Source§impl Clone for AlignmentOperations
impl Clone for AlignmentOperations
Source§fn clone(&self) -> AlignmentOperations
fn clone(&self) -> AlignmentOperations
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 AlignmentOperations
impl Debug for AlignmentOperations
Source§impl<'de> Deserialize<'de> for AlignmentOperations
impl<'de> Deserialize<'de> for AlignmentOperations
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 Hash for AlignmentOperations
impl Hash for AlignmentOperations
Source§impl PartialEq for AlignmentOperations
impl PartialEq for AlignmentOperations
Source§impl Serialize for AlignmentOperations
impl Serialize for AlignmentOperations
impl Eq for AlignmentOperations
impl StructuralPartialEq for AlignmentOperations
Auto Trait Implementations§
impl Freeze for AlignmentOperations
impl RefUnwindSafe for AlignmentOperations
impl Send for AlignmentOperations
impl Sync for AlignmentOperations
impl Unpin for AlignmentOperations
impl UnwindSafe for AlignmentOperations
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