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