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