#[repr(C)]pub struct LogPathOptions {
pub ack_needed: c_int,
pub flow_control_requested: c_int,
pub matched: *mut c_int,
}Fields§
§ack_needed: c_int§flow_control_requested: c_int§matched: *mut c_intTrait Implementations§
Source§impl Default for LogPathOptions
impl Default for LogPathOptions
Source§fn default() -> LogPathOptions
fn default() -> LogPathOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LogPathOptions
impl RefUnwindSafe for LogPathOptions
impl !Send for LogPathOptions
impl !Sync for LogPathOptions
impl Unpin for LogPathOptions
impl UnwindSafe for LogPathOptions
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