#[repr(C)]pub struct s_Repokey {
pub name: Id,
pub type_: Id,
pub size: c_uint,
pub storage: c_uint,
}Fields§
§name: Id§type_: Id§size: c_uint§storage: c_uintTrait Implementations§
Auto Trait Implementations§
impl Freeze for s_Repokey
impl RefUnwindSafe for s_Repokey
impl Send for s_Repokey
impl Sync for s_Repokey
impl Unpin for s_Repokey
impl UnwindSafe for s_Repokey
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