#[repr(C)]pub struct juice_server_credentials {
pub username: *const c_char,
pub password: *const c_char,
pub allocations_quota: c_int,
}Fields§
§username: *const c_char§password: *const c_char§allocations_quota: c_intTrait Implementations§
Source§impl Clone for juice_server_credentials
impl Clone for juice_server_credentials
Source§fn clone(&self) -> juice_server_credentials
fn clone(&self) -> juice_server_credentials
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for juice_server_credentials
impl Debug for juice_server_credentials
impl Copy for juice_server_credentials
Auto Trait Implementations§
impl Freeze for juice_server_credentials
impl RefUnwindSafe for juice_server_credentials
impl !Send for juice_server_credentials
impl !Sync for juice_server_credentials
impl Unpin for juice_server_credentials
impl UnsafeUnpin for juice_server_credentials
impl UnwindSafe for juice_server_credentials
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