#[repr(C)]pub enum GFileAttributeType {
Invalid = 0,
String = 1,
ByteString = 2,
Boolean = 3,
Uint32 = 4,
Int32 = 5,
Uint64 = 6,
Int64 = 7,
Object = 8,
Stringv = 9,
}Variants§
Invalid = 0
String = 1
ByteString = 2
Boolean = 3
Uint32 = 4
Int32 = 5
Uint64 = 6
Int64 = 7
Object = 8
Stringv = 9
Auto Trait Implementations§
impl Freeze for GFileAttributeType
impl RefUnwindSafe for GFileAttributeType
impl Send for GFileAttributeType
impl Sync for GFileAttributeType
impl Unpin for GFileAttributeType
impl UnwindSafe for GFileAttributeType
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