#[repr(C)]pub struct CUmemAccessDesc_st {
pub location: CUmemLocation,
pub flags: CUmemAccess_flags,
}
Expand description
Memory access descriptor
Fields§
§location: CUmemLocation
< Location on which the request is to change it’s accessibility
flags: CUmemAccess_flags
< ::CUmemProt accessibility flags to set on the request
Trait Implementations§
Source§impl Clone for CUmemAccessDesc_st
impl Clone for CUmemAccessDesc_st
Source§fn clone(&self) -> CUmemAccessDesc_st
fn clone(&self) -> CUmemAccessDesc_st
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 CUmemAccessDesc_st
impl Debug for CUmemAccessDesc_st
impl Copy for CUmemAccessDesc_st
Auto Trait Implementations§
impl Freeze for CUmemAccessDesc_st
impl RefUnwindSafe for CUmemAccessDesc_st
impl Send for CUmemAccessDesc_st
impl Sync for CUmemAccessDesc_st
impl Unpin for CUmemAccessDesc_st
impl UnwindSafe for CUmemAccessDesc_st
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