#[repr(C)]pub struct sendflags {Show 17 fields
pub verbosity: c_int,
pub replicate: boolean_t,
pub skipmissing: boolean_t,
pub doall: boolean_t,
pub fromorigin: boolean_t,
pub pad: boolean_t,
pub props: boolean_t,
pub dryrun: boolean_t,
pub parsable: boolean_t,
pub progress: boolean_t,
pub largeblock: boolean_t,
pub embed_data: boolean_t,
pub compress: boolean_t,
pub raw: boolean_t,
pub backup: boolean_t,
pub holds: boolean_t,
pub saved: boolean_t,
}Fields§
§verbosity: c_int§replicate: boolean_t§skipmissing: boolean_t§doall: boolean_t§fromorigin: boolean_t§pad: boolean_t§props: boolean_t§dryrun: boolean_t§parsable: boolean_t§progress: boolean_t§largeblock: boolean_t§embed_data: boolean_t§compress: boolean_t§raw: boolean_t§backup: boolean_t§holds: boolean_t§saved: boolean_tAuto Trait Implementations§
impl Freeze for sendflags
impl RefUnwindSafe for sendflags
impl Send for sendflags
impl Sync for sendflags
impl Unpin for sendflags
impl UnwindSafe for sendflags
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