#[repr(C)]pub struct dte_dce_phdr {
pub flags: guint8,
}Fields§
§flags: guint8Trait Implementations§
Source§impl Clone for dte_dce_phdr
impl Clone for dte_dce_phdr
Source§fn clone(&self) -> dte_dce_phdr
fn clone(&self) -> dte_dce_phdr
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 dte_dce_phdr
impl Debug for dte_dce_phdr
impl Copy for dte_dce_phdr
Auto Trait Implementations§
impl Freeze for dte_dce_phdr
impl RefUnwindSafe for dte_dce_phdr
impl Send for dte_dce_phdr
impl Sync for dte_dce_phdr
impl Unpin for dte_dce_phdr
impl UnwindSafe for dte_dce_phdr
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