#[repr(C)]pub struct zone_btrecord {
pub ref_count: u32,
pub operation_type: u32,
pub bt: [u64; 15],
}Fields§
§ref_count: u32§operation_type: u32§bt: [u64; 15]Trait Implementations§
Source§impl Clone for zone_btrecord
impl Clone for zone_btrecord
Source§fn clone(&self) -> zone_btrecord
fn clone(&self) -> zone_btrecord
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 moreimpl Copy for zone_btrecord
Auto Trait Implementations§
impl Freeze for zone_btrecord
impl RefUnwindSafe for zone_btrecord
impl Send for zone_btrecord
impl Sync for zone_btrecord
impl Unpin for zone_btrecord
impl UnsafeUnpin for zone_btrecord
impl UnwindSafe for zone_btrecord
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