#[repr(C)]pub struct ZL_Comment {
pub data: *const c_void,
pub size: usize,
}Expand description
@brief Data layout for comment contained in the frame header.
Fields§
§data: *const c_void§size: usizeTrait Implementations§
Source§impl Clone for ZL_Comment
impl Clone for ZL_Comment
Source§fn clone(&self) -> ZL_Comment
fn clone(&self) -> ZL_Comment
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 moreSource§impl Debug for ZL_Comment
impl Debug for ZL_Comment
impl Copy for ZL_Comment
Auto Trait Implementations§
impl Freeze for ZL_Comment
impl RefUnwindSafe for ZL_Comment
impl !Send for ZL_Comment
impl !Sync for ZL_Comment
impl Unpin for ZL_Comment
impl UnsafeUnpin for ZL_Comment
impl UnwindSafe for ZL_Comment
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