#[repr(C)]pub struct PipeSideReceiveSettings {
pub capacity: usize,
pub trigger_level: usize,
}Fields§
§capacity: usize§trigger_level: usizeTrait Implementations§
Source§impl Clone for PipeSideReceiveSettings
impl Clone for PipeSideReceiveSettings
Source§fn clone(&self) -> PipeSideReceiveSettings
fn clone(&self) -> PipeSideReceiveSettings
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 PipeSideReceiveSettings
impl Debug for PipeSideReceiveSettings
impl Copy for PipeSideReceiveSettings
Auto Trait Implementations§
impl Freeze for PipeSideReceiveSettings
impl RefUnwindSafe for PipeSideReceiveSettings
impl Send for PipeSideReceiveSettings
impl Sync for PipeSideReceiveSettings
impl Unpin for PipeSideReceiveSettings
impl UnwindSafe for PipeSideReceiveSettings
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