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