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