#[repr(C)]pub struct nflx_custom_opt_s {
pub nflx_use_little_endian: gboolean,
pub nflx_type: guint32,
pub nflx_custom_data_len: gsize,
pub nflx_custom_data: *mut gchar,
}Fields§
§nflx_use_little_endian: gboolean§nflx_type: guint32§nflx_custom_data_len: gsize§nflx_custom_data: *mut gcharTrait Implementations§
Source§impl Clone for nflx_custom_opt_s
impl Clone for nflx_custom_opt_s
Source§fn clone(&self) -> nflx_custom_opt_s
fn clone(&self) -> nflx_custom_opt_s
Returns a duplicate of the value. Read more
1.0.0 · 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 nflx_custom_opt_s
impl Debug for nflx_custom_opt_s
impl Copy for nflx_custom_opt_s
Auto Trait Implementations§
impl Freeze for nflx_custom_opt_s
impl RefUnwindSafe for nflx_custom_opt_s
impl !Send for nflx_custom_opt_s
impl !Sync for nflx_custom_opt_s
impl Unpin for nflx_custom_opt_s
impl UnwindSafe for nflx_custom_opt_s
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