Struct ExOpenEncrypted
pub struct ExOpenEncrypted<'a> { /* private fields */ }
Expand description
Default-param extender for FileAccess::open_encrypted_ex
.
Implementations§
§impl<'a> ExOpenEncrypted<'a>
impl<'a> ExOpenEncrypted<'a>
pub fn iv(self, iv: &'a PackedByteArray) -> ExOpenEncrypted<'a>
pub fn done(self) -> Option<Gd<FileAccess>>
Auto Trait Implementations§
impl<'a> Freeze for ExOpenEncrypted<'a>
impl<'a> RefUnwindSafe for ExOpenEncrypted<'a>
impl<'a> !Send for ExOpenEncrypted<'a>
impl<'a> !Sync for ExOpenEncrypted<'a>
impl<'a> Unpin for ExOpenEncrypted<'a>
impl<'a> UnwindSafe for ExOpenEncrypted<'a>
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