#[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 = Self(64i32)
pub const Size208x208: Self = Self(208i32)
pub const Size424x424: Self = Self(424i32)
pub const Size1080x1080: Self = Self(1080i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more