pub struct FixedBufWrite { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for FixedBufWrite
impl Clone for FixedBufWrite
Source§fn clone(&self) -> FixedBufWrite
fn clone(&self) -> FixedBufWrite
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 moreimpl Copy for FixedBufWrite
Auto Trait Implementations§
impl !Send for FixedBufWrite
impl !Sync for FixedBufWrite
impl Freeze for FixedBufWrite
impl RefUnwindSafe for FixedBufWrite
impl Unpin for FixedBufWrite
impl UnsafeUnpin for FixedBufWrite
impl UnwindSafe for FixedBufWrite
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