pub struct Five8Buffer64 { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for Five8Buffer64
impl RefUnwindSafe for Five8Buffer64
impl Send for Five8Buffer64
impl Sync for Five8Buffer64
impl Unpin for Five8Buffer64
impl UnsafeUnpin for Five8Buffer64
impl UnwindSafe for Five8Buffer64
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