pub struct FixedBufGuard { /* private fields */ }Implementations§
Source§impl FixedBufGuard
impl FixedBufGuard
pub fn fixed_write(&self, src: &[u8]) -> FixedBufWrite
Trait Implementations§
Source§impl Drop for FixedBufGuard
impl Drop for FixedBufGuard
Auto Trait Implementations§
impl !Send for FixedBufGuard
impl !Sync for FixedBufGuard
impl Freeze for FixedBufGuard
impl RefUnwindSafe for FixedBufGuard
impl Unpin for FixedBufGuard
impl UnsafeUnpin for FixedBufGuard
impl UnwindSafe for FixedBufGuard
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