Struct SetFileNameResult
#[repr(transparent)]pub struct SetFileNameResult(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl SetFileNameResult
impl SetFileNameResult
pub const Succeeded: Self = _
pub const NotAllowed: Self = _
Trait Implementations§
§impl Clone for SetFileNameResult
impl Clone for SetFileNameResult
§fn clone(&self) -> SetFileNameResult
fn clone(&self) -> SetFileNameResult
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 more§impl Debug for SetFileNameResult
impl Debug for SetFileNameResult
§impl Default for SetFileNameResult
impl Default for SetFileNameResult
§fn default() -> SetFileNameResult
fn default() -> SetFileNameResult
Returns the “default value” for a type. Read more
§impl PartialEq for SetFileNameResult
impl PartialEq for SetFileNameResult
impl Copy for SetFileNameResult
impl Eq for SetFileNameResult
impl StructuralPartialEq for SetFileNameResult
Auto Trait Implementations§
impl Freeze for SetFileNameResult
impl RefUnwindSafe for SetFileNameResult
impl Send for SetFileNameResult
impl Sync for SetFileNameResult
impl Unpin for SetFileNameResult
impl UnwindSafe for SetFileNameResult
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