Struct SYNC_RANGE
#[repr(C)]pub struct SYNC_RANGE {
pub pbClosedLowerBound: *mut u8,
pub pbClosedUpperBound: *mut u8,
}
Fields§
§pbClosedLowerBound: *mut u8
§pbClosedUpperBound: *mut u8
Trait Implementations§
§impl Clone for SYNC_RANGE
impl Clone for SYNC_RANGE
§fn clone(&self) -> SYNC_RANGE
fn clone(&self) -> SYNC_RANGE
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 Debug for SYNC_RANGE
impl Debug for SYNC_RANGE
§impl PartialEq for SYNC_RANGE
impl PartialEq for SYNC_RANGE
impl Copy for SYNC_RANGE
impl StructuralPartialEq for SYNC_RANGE
Auto Trait Implementations§
impl Freeze for SYNC_RANGE
impl RefUnwindSafe for SYNC_RANGE
impl !Send for SYNC_RANGE
impl !Sync for SYNC_RANGE
impl Unpin for SYNC_RANGE
impl UnwindSafe for SYNC_RANGE
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