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