#[repr(transparent)]pub struct WebAccountPictureSize(pub i32);
Expand description
Required features: ‘Security_Credentials’
Tuple Fields
0: i32
Implementations
impl WebAccountPictureSize
impl WebAccountPictureSize
pub const Size64x64: Self
pub const Size208x208: Self
pub const Size424x424: Self
pub const Size1080x1080: Self
Trait Implementations
impl Clone for WebAccountPictureSize
impl Clone for WebAccountPictureSize
impl Copy for WebAccountPictureSize
Auto Trait Implementations
impl RefUnwindSafe for WebAccountPictureSize
impl Send for WebAccountPictureSize
impl Sync for WebAccountPictureSize
impl Unpin for WebAccountPictureSize
impl UnwindSafe for WebAccountPictureSize
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more