pub struct FlushGap;Expand description
Performs flush, padding gaps with 0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlushGap
impl RefUnwindSafe for FlushGap
impl Send for FlushGap
impl Sync for FlushGap
impl Unpin for FlushGap
impl UnsafeUnpin for FlushGap
impl UnwindSafe for FlushGap
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