#[repr(C)]pub struct CUsurfref_st {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for CUsurfref_st
impl Clone for CUsurfref_st
Source§impl Debug for CUsurfref_st
impl Debug for CUsurfref_st
impl Copy for CUsurfref_st
Auto Trait Implementations§
impl Freeze for CUsurfref_st
impl RefUnwindSafe for CUsurfref_st
impl Send for CUsurfref_st
impl Sync for CUsurfref_st
impl Unpin for CUsurfref_st
impl UnwindSafe for CUsurfref_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