Struct STORAGE_SET_READ_AHEAD
#[repr(C, packed(1))]pub struct STORAGE_SET_READ_AHEAD {
pub TriggerAddress: i64,
pub TargetAddress: i64,
}
Fields§
§TriggerAddress: i64
§TargetAddress: i64
Trait Implementations§
§impl Clone for STORAGE_SET_READ_AHEAD
impl Clone for STORAGE_SET_READ_AHEAD
§fn clone(&self) -> STORAGE_SET_READ_AHEAD
fn clone(&self) -> STORAGE_SET_READ_AHEAD
Returns a copy 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 more§impl Default for STORAGE_SET_READ_AHEAD
impl Default for STORAGE_SET_READ_AHEAD
impl Copy for STORAGE_SET_READ_AHEAD
Auto Trait Implementations§
impl Freeze for STORAGE_SET_READ_AHEAD
impl RefUnwindSafe for STORAGE_SET_READ_AHEAD
impl Send for STORAGE_SET_READ_AHEAD
impl Sync for STORAGE_SET_READ_AHEAD
impl Unpin for STORAGE_SET_READ_AHEAD
impl UnwindSafe for STORAGE_SET_READ_AHEAD
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