#[repr(C)]pub struct weight {
pub index: c_uint,
pub s: u32,
pub w: u32,
pub url: *mut c_char,
pub address: address_t,
pub next: *mut weight,
}Fields§
§index: c_uint§s: u32§w: u32§url: *mut c_char§address: address_t§next: *mut weightTrait Implementations§
Auto Trait Implementations§
impl Freeze for weight
impl RefUnwindSafe for weight
impl !Send for weight
impl !Sync for weight
impl Unpin for weight
impl UnwindSafe for weight
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