#[repr(C)]pub struct rpmSignArgs {
pub keyid: *mut c_char,
pub hashalgo: pgpHashAlgo,
pub signflags: rpmSignFlags,
}Fields§
§keyid: *mut c_char§hashalgo: pgpHashAlgo§signflags: rpmSignFlagsTrait Implementations§
Source§impl Clone for rpmSignArgs
impl Clone for rpmSignArgs
Source§fn clone(&self) -> rpmSignArgs
fn clone(&self) -> rpmSignArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for rpmSignArgs
Auto Trait Implementations§
impl !Send for rpmSignArgs
impl !Sync for rpmSignArgs
impl Freeze for rpmSignArgs
impl RefUnwindSafe for rpmSignArgs
impl Unpin for rpmSignArgs
impl UnsafeUnpin for rpmSignArgs
impl UnwindSafe for rpmSignArgs
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