#[repr(C)]pub struct ca_struct {
pub field: ulong,
pub elem: ca_elem_struct,
}Fields§
§field: ulong§elem: ca_elem_structTrait Implementations§
Auto Trait Implementations§
impl Freeze for ca_struct
impl RefUnwindSafe for ca_struct
impl !Send for ca_struct
impl !Sync for ca_struct
impl Unpin for ca_struct
impl UnsafeUnpin for ca_struct
impl UnwindSafe for ca_struct
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