Fields
fragment_length: u32fragment_buffer: *mut c_voidTrait Implementations
sourceimpl Clone for FragmentData
impl Clone for FragmentData
sourcefn clone(&self) -> FragmentData
fn clone(&self) -> FragmentData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FragmentData
impl Debug for FragmentData
impl Copy for FragmentData
Auto Trait Implementations
impl RefUnwindSafe for FragmentData
impl !Send for FragmentData
impl !Sync for FragmentData
impl Unpin for FragmentData
impl UnwindSafe for FragmentData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more