#[repr(C)]pub struct cuTexRefSetBorderColor_params_st {
pub hTexRef: CUtexref,
pub pBorderColor: *mut f32,
}Fields§
§hTexRef: CUtexref§pBorderColor: *mut f32Auto Trait Implementations§
impl Freeze for cuTexRefSetBorderColor_params_st
impl RefUnwindSafe for cuTexRefSetBorderColor_params_st
impl !Send for cuTexRefSetBorderColor_params_st
impl !Sync for cuTexRefSetBorderColor_params_st
impl Unpin for cuTexRefSetBorderColor_params_st
impl UnsafeUnpin for cuTexRefSetBorderColor_params_st
impl UnwindSafe for cuTexRefSetBorderColor_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