pub enum PaddingType {
Input,
Buffer,
}Expand description
An enum containing all possible types of paddings.
Variants§
Auto Trait Implementations§
impl Freeze for PaddingType
impl RefUnwindSafe for PaddingType
impl Send for PaddingType
impl Sync for PaddingType
impl Unpin for PaddingType
impl UnwindSafe for PaddingType
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