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