Struct security_framework::os::macos::encrypt_transform::Padding
source · pub struct Padding(_);
Expand description
The padding scheme to use for encryption.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Padding
impl !Send for Padding
impl !Sync for Padding
impl Unpin for Padding
impl UnwindSafe for Padding
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