#[repr(C)]pub struct reb_binary_field {
pub type_: u32,
pub size: u64,
}Fields§
§type_: u32§size: u64Trait Implementations§
Source§impl Clone for reb_binary_field
impl Clone for reb_binary_field
Source§fn clone(&self) -> reb_binary_field
fn clone(&self) -> reb_binary_field
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 reb_binary_field
impl Debug for reb_binary_field
impl Copy for reb_binary_field
Auto Trait Implementations§
impl Freeze for reb_binary_field
impl RefUnwindSafe for reb_binary_field
impl Send for reb_binary_field
impl Sync for reb_binary_field
impl Unpin for reb_binary_field
impl UnsafeUnpin for reb_binary_field
impl UnwindSafe for reb_binary_field
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