#[repr(C)]pub struct dds_ostreamLE {
pub x: dds_ostream_t,
}Fields§
§x: dds_ostream_tTrait Implementations§
Source§impl Clone for dds_ostreamLE
impl Clone for dds_ostreamLE
Source§fn clone(&self) -> dds_ostreamLE
fn clone(&self) -> dds_ostreamLE
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for dds_ostreamLE
impl Debug for dds_ostreamLE
Source§impl Default for dds_ostreamLE
impl Default for dds_ostreamLE
impl Copy for dds_ostreamLE
Auto Trait Implementations§
impl Freeze for dds_ostreamLE
impl RefUnwindSafe for dds_ostreamLE
impl !Send for dds_ostreamLE
impl !Sync for dds_ostreamLE
impl Unpin for dds_ostreamLE
impl UnsafeUnpin for dds_ostreamLE
impl UnwindSafe for dds_ostreamLE
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