#[repr(C)]pub struct cuTexRefGetFlags_params_st {
pub pFlags: *mut c_uint,
pub hTexRef: CUtexref,
}Fields§
§pFlags: *mut c_uint§hTexRef: CUtexrefAuto Trait Implementations§
impl Freeze for cuTexRefGetFlags_params_st
impl RefUnwindSafe for cuTexRefGetFlags_params_st
impl !Send for cuTexRefGetFlags_params_st
impl !Sync for cuTexRefGetFlags_params_st
impl Unpin for cuTexRefGetFlags_params_st
impl UnsafeUnpin for cuTexRefGetFlags_params_st
impl UnwindSafe for cuTexRefGetFlags_params_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