Struct ExPckStart
pub struct ExPckStart<'ex> { /* private fields */ }Expand description
Default-param extender for PckPacker::pck_start_ex.
Implementations§
§impl<'ex> ExPckStart<'ex>
impl<'ex> ExPckStart<'ex>
pub fn alignment(self, alignment: i32) -> ExPckStart<'ex>
pub fn key(self, key: impl AsArg<GString> + 'ex) -> ExPckStart<'ex>
pub fn encrypt_directory(self, encrypt_directory: bool) -> ExPckStart<'ex>
pub fn done(self) -> Error
Auto Trait Implementations§
impl<'ex> Freeze for ExPckStart<'ex>
impl<'ex> RefUnwindSafe for ExPckStart<'ex>
impl<'ex> !Send for ExPckStart<'ex>
impl<'ex> !Sync for ExPckStart<'ex>
impl<'ex> Unpin for ExPckStart<'ex>
impl<'ex> !UnwindSafe for ExPckStart<'ex>
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