Struct DeletePointerBarrierRequest
pub struct DeletePointerBarrierRequest {
pub barrier: u32,
}
Fields§
§barrier: u32
Implementations§
Trait Implementations§
§impl Clone for DeletePointerBarrierRequest
impl Clone for DeletePointerBarrierRequest
§fn clone(&self) -> DeletePointerBarrierRequest
fn clone(&self) -> DeletePointerBarrierRequest
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 DeletePointerBarrierRequest
impl Debug for DeletePointerBarrierRequest
§impl Default for DeletePointerBarrierRequest
impl Default for DeletePointerBarrierRequest
§fn default() -> DeletePointerBarrierRequest
fn default() -> DeletePointerBarrierRequest
Returns the “default value” for a type. Read more
§impl Request for DeletePointerBarrierRequest
impl Request for DeletePointerBarrierRequest
impl Copy for DeletePointerBarrierRequest
impl VoidRequest for DeletePointerBarrierRequest
Auto Trait Implementations§
impl Freeze for DeletePointerBarrierRequest
impl RefUnwindSafe for DeletePointerBarrierRequest
impl Send for DeletePointerBarrierRequest
impl Sync for DeletePointerBarrierRequest
impl Unpin for DeletePointerBarrierRequest
impl UnwindSafe for DeletePointerBarrierRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)