[−][src]Struct swf_tree::tags::FileAttributes
Fields
use_direct_blit: booluse_gpu: boolhas_metadata: booluse_as3: boolno_cross_domain_caching: booluse_relative_urls: booluse_network: boolTrait Implementations
impl Copy for FileAttributes[src]
impl Clone for FileAttributes[src]
fn clone(&self) -> FileAttributes[src]
default fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq<FileAttributes> for FileAttributes[src]
fn eq(&self, other: &FileAttributes) -> bool[src]
fn ne(&self, other: &FileAttributes) -> bool[src]
impl PartialOrd<FileAttributes> for FileAttributes[src]
fn partial_cmp(&self, other: &FileAttributes) -> Option<Ordering>[src]
fn lt(&self, other: &FileAttributes) -> bool[src]
fn le(&self, other: &FileAttributes) -> bool[src]
fn gt(&self, other: &FileAttributes) -> bool[src]
fn ge(&self, other: &FileAttributes) -> bool[src]
impl Eq for FileAttributes[src]
impl Ord for FileAttributes[src]
fn cmp(&self, other: &FileAttributes) -> Ordering[src]
default fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
default fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more
default fn clamp(self, min: Self, max: Self) -> Self[src]
🔬 This is a nightly-only experimental API. (
clamp)Restrict a value to a certain interval. Read more
impl Hash for FileAttributes[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
default fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for FileAttributes[src]
impl Serialize for FileAttributes[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for FileAttributes[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for FileAttributes
impl Sync for FileAttributes
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,