pub enum GspType {
None,
GspById,
GspKey,
}Expand description
GSP types that can be used to encrypt a VMGS file.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GspType
impl RefUnwindSafe for GspType
impl Send for GspType
impl Sync for GspType
impl Unpin for GspType
impl UnwindSafe for GspType
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