pub struct FileAttributes {
pub use_network: bool,
pub use_relative_urls: bool,
pub no_cross_domain_caching: bool,
pub use_as3: bool,
pub has_metadata: bool,
pub use_gpu: bool,
pub use_direct_blit: bool,
}
Fields§
§use_network: bool
§use_relative_urls: bool
§no_cross_domain_caching: bool
§use_as3: bool
§has_metadata: bool
§use_gpu: bool
§use_direct_blit: bool
Trait Implementations§
Source§impl Clone for FileAttributes
impl Clone for FileAttributes
Source§fn clone(&self) -> FileAttributes
fn clone(&self) -> FileAttributes
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FileAttributes
impl Debug for FileAttributes
Source§impl<'de> Deserialize<'de> for FileAttributes
impl<'de> Deserialize<'de> for FileAttributes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for FileAttributes
impl Hash for FileAttributes
Source§impl Ord for FileAttributes
impl Ord for FileAttributes
Source§fn cmp(&self, other: &FileAttributes) -> Ordering
fn cmp(&self, other: &FileAttributes) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FileAttributes
impl PartialEq for FileAttributes
Source§impl PartialOrd for FileAttributes
impl PartialOrd for FileAttributes
Source§impl Serialize for FileAttributes
impl Serialize for FileAttributes
impl Copy for FileAttributes
impl Eq for FileAttributes
impl StructuralPartialEq for FileAttributes
Auto Trait Implementations§
impl Freeze for FileAttributes
impl RefUnwindSafe for FileAttributes
impl Send for FileAttributes
impl Sync for FileAttributes
impl Unpin for FileAttributes
impl UnwindSafe for FileAttributes
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