pub struct PaddingCommand {
pub length: i32,
}
Expand description
- Padding Command
Fields§
§length: i32
Trait Implementations§
Source§impl Clone for PaddingCommand
impl Clone for PaddingCommand
Source§fn clone(&self) -> PaddingCommand
fn clone(&self) -> PaddingCommand
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 Command for PaddingCommand
impl Command for PaddingCommand
Source§impl Debug for PaddingCommand
impl Debug for PaddingCommand
Source§impl PartialEq for PaddingCommand
impl PartialEq for PaddingCommand
impl StructuralPartialEq for PaddingCommand
Auto Trait Implementations§
impl Freeze for PaddingCommand
impl RefUnwindSafe for PaddingCommand
impl Send for PaddingCommand
impl Sync for PaddingCommand
impl Unpin for PaddingCommand
impl UnwindSafe for PaddingCommand
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